Html Css Color HEX #D90A59 Razzmatazz

📋 copy color: '#D90A59'

red 217 ◦ green 10 ◦ blue 89

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

Shades of Razzmatazz #D90A59

Tints of Razzmatazz #D90A59

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.16%

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

R = 68.67%
G = 3.16%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D90A59 (or 0xD90A59) is known color: Razzmatazz. HEX triplet: D9, 0A and 59. RGB value is (217,10,89). Sum of RGB (Red+Green+Blue) = 217+10+89=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A59 is #26F5A6. Grayscale: #505050. Windows color (decimal): -2553255 or 5835481. OLE color: 5835481.

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

Color convert

RGB 217 10 89 -
CMYK 0 0.95 0.59 0.15
HSL 337.1º 0.91% 0.45% -
HSV(B) 337.1º 0.95% 0.85% -
XYZ 30.53 15.69 10.87 -
YUV 80.9 132.58 225.08 -
System Red Green Blue C M Y K H S L
Decimal 217 10 89 0 0.95 0.59 0.15 337.1 0.91 0.45
Hex D9 A 59 0 5F 3B F 151 5B 2D
Octal 331 12 131 0 137 73 17 521 133 55
Binary 11011001 1010 1011001 0 1011111 111011 1111 101010001 1011011 101101

Color Harmonies of #D90A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A59

Black with #D90A59

Text Example


Text Example

White with #D90A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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