Html Css Color HEX #D90C59 Razzmatazz

📋 copy color: '#D90C59'

red 217 ◦ green 12 ◦ blue 89

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

Shades of Razzmatazz #D90C59

Tints of Razzmatazz #D90C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.99%

R = 68.24%
G = 3.77%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D90C59 (or 0xD90C59) is known color: Razzmatazz. HEX triplet: D9, 0C and 59. RGB value is (217,12,89). Sum of RGB (Red+Green+Blue) = 217+12+89=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C59 is #26F3A6. Grayscale: #515151. Windows color (decimal): -2552743 or 5835993. OLE color: 5835993.

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

Color convert

RGB 217 12 89 -
CMYK 0 0.94 0.59 0.15
HSL 337.46º 0.9% 0.45% -
HSV(B) 337.46º 0.94% 0.85% -
XYZ 30.55 15.74 10.88 -
YUV 82.07 131.92 224.24 -
System Red Green Blue C M Y K H S L
Decimal 217 12 89 0 0.94 0.59 0.15 337.46 0.9 0.45
Hex D9 C 59 0 5E 3B F 151 5A 2D
Octal 331 14 131 0 136 73 17 521 132 55
Binary 11011001 1100 1011001 0 1011110 111011 1111 101010001 1011010 101101

Color Harmonies of #D90C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C59

Black with #D90C59

Text Example


Text Example

White with #D90C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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