Html Css Color HEX #D90EAA Hollywood Cerise

📋 copy color: '#D90EAA'

red 217 ◦ green 14 ◦ blue 170

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

Shades of Hollywood Cerise #D90EAA

Tints of Hollywood Cerise #D90EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.49%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 54.11%
G = 3.49%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D90EAA (or 0xD90EAA) is known color: Hollywood Cerise. HEX triplet: D9, 0E and AA. RGB value is (217,14,170). Sum of RGB (Red+Green+Blue) = 217+14+170=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D90EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90EAA is #26F155. Grayscale: #5C5C5C. Windows color (decimal): -2552150 or 11144921. OLE color: 11144921.

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

Color convert

RGB 217 14 170 -
CMYK 0 0.94 0.22 0.15
HSL 313.89º 0.88% 0.45% -
HSV(B) 313.89º 0.94% 0.85% -
XYZ 36.03 17.97 39.6 -
YUV 92.48 171.75 216.82 -
System Red Green Blue C M Y K H S L
Decimal 217 14 170 0 0.94 0.22 0.15 313.89 0.88 0.45
Hex D9 E AA 0 5E 16 F 13A 58 2D
Octal 331 16 252 0 136 26 17 472 130 55
Binary 11011001 1110 10101010 0 1011110 10110 1111 100111010 1011000 101101

Color Harmonies of #D90EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EAA

Black with #D90EAA

Text Example


Text Example

White with #D90EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EAA; }

 p { color: rgb(217,14,170); }

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

background-color css

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

 a { background-color: rgb(217,14,170); }

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

border-color css

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

 span { border-color: rgb(217,14,170); }

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