Html Css Color HEX #D90C57 Razzmatazz

📋 copy color: '#D90C57'

red 217 ◦ green 12 ◦ blue 87

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

Shades of Razzmatazz #D90C57

Tints of Razzmatazz #D90C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.53%

R = 68.67%
G = 3.8%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D90C57 (or 0xD90C57) is known color: Razzmatazz. HEX triplet: D9, 0C and 57. RGB value is (217,12,87). Sum of RGB (Red+Green+Blue) = 217+12+87=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C57 is #26F3A8. Grayscale: #515151. Windows color (decimal): -2552745 or 5704921. OLE color: 5704921.

HSL color Cylindrical-coordinate representation of color #D90C57: hue angle of 338.05º 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 #D90C57 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 12 87 -
CMYK 0 0.94 0.60 0.15
HSL 338.05º 0.9% 0.45% -
HSV(B) 338.05º 0.94% 0.85% -
XYZ 30.47 15.7 10.44 -
YUV 81.85 130.92 224.4 -
System Red Green Blue C M Y K H S L
Decimal 217 12 87 0 0.94 0.60 0.15 338.05 0.9 0.45
Hex D9 C 57 0 5E 3C F 152 5A 2D
Octal 331 14 127 0 136 74 17 522 132 55
Binary 11011001 1100 1010111 0 1011110 111100 1111 101010010 1011010 101101

Color Harmonies of #D90C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C57

Black with #D90C57

Text Example


Text Example

White with #D90C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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