Html Css Color HEX #D90EA9 Hollywood Cerise

📋 copy color: '#D90EA9'

red 217 ◦ green 14 ◦ blue 169

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

Shades of Hollywood Cerise #D90EA9

Tints of Hollywood Cerise #D90EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.25%

R = 54.25%
G = 3.5%
B = 42.25%

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

#D90EA9 (or 0xD90EA9) is known color: Hollywood Cerise. HEX triplet: D9, 0E and A9. RGB value is (217,14,169). Sum of RGB (Red+Green+Blue) = 217+14+169=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D90EA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90EA9 is #26F156. Grayscale: #5B5B5B. Windows color (decimal): -2552151 or 11079385. OLE color: 11079385.

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

Color convert

RGB 217 14 169 -
CMYK 0 0.94 0.22 0.15
HSL 314.19º 0.88% 0.45% -
HSV(B) 314.19º 0.94% 0.85% -
XYZ 35.93 17.93 39.1 -
YUV 92.37 171.25 216.9 -
System Red Green Blue C M Y K H S L
Decimal 217 14 169 0 0.94 0.22 0.15 314.19 0.88 0.45
Hex D9 E A9 0 5E 16 F 13A 58 2D
Octal 331 16 251 0 136 26 17 472 130 55
Binary 11011001 1110 10101001 0 1011110 10110 1111 100111010 1011000 101101

Color Harmonies of #D90EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EA9

Black with #D90EA9

Text Example


Text Example

White with #D90EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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