Html Css Color HEX #D90C55 Razzmatazz

📋 copy color: '#D90C55'

red 217 ◦ green 12 ◦ blue 85

#D90C55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #D90C55

Tints of Razzmatazz #D90C55

RGB

 RED value IS 217 (85.16% from 255) = 69.11%

 GREEN value IS 12 (5.08% from 255) = 3.82%

 BLUE value IS 85 (33.59% from 255) = 27.07%

R = 69.11%
G = 3.82%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D90C55 (or 0xD90C55) is known color: Razzmatazz. HEX triplet: D9, 0C and 55. RGB value is (217,12,85). Sum of RGB (Red+Green+Blue) = 217+12+85=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C55 is #26F3AA. Grayscale: #515151. Windows color (decimal): -2552747 or 5573849. OLE color: 5573849.

HSL color Cylindrical-coordinate representation of color #D90C55: hue angle of 338.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90C55 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 12 85 -
CMYK 0 0.94 0.61 0.15
HSL 338.63º 0.9% 0.45% -
HSV(B) 338.63º 0.94% 0.85% -
XYZ 30.39 15.67 10.02 -
YUV 81.62 129.92 224.56 -
System Red Green Blue C M Y K H S L
Decimal 217 12 85 0 0.94 0.61 0.15 338.63 0.9 0.45
Hex D9 C 55 0 5E 3D F 153 5A 2D
Octal 331 14 125 0 136 75 17 523 132 55
Binary 11011001 1100 1010101 0 1011110 111101 1111 101010011 1011010 101101

Color Harmonies of #D90C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C55

Black with #D90C55

Text Example


Text Example

White with #D90C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C55; }

 p { color: rgb(217,12,85); }

 H1.HeaderClassName
 {
   color: #D90C55;
 }
 .AnyTagClassName
 {
   color: #D90C55;
 }
</style>

background-color css

<style>
 a { background-color: #D90C55; }

 a { background-color: rgb(217,12,85); }

 div.DivClassName
 {
   background-color: #D90C55;
 }
 .BgClassName
 {
   background-color: #D90C55;
 }
</style>

border-color css

<style>
 span { border-color: #D90C55; }

 span { border-color: rgb(217,12,85); }

 td.TdClassName
 {
   border-color: #D90C55;
 }
 .TagClassName
 {
   border-color: #D90C55;
 }
</style>