Html Css Color HEX #D90EAB Hollywood Cerise

📋 copy color: '#D90EAB'

red 217 ◦ green 14 ◦ blue 171

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

Shades of Hollywood Cerise #D90EAB

Tints of Hollywood Cerise #D90EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 53.98%
G = 3.48%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D90EAB (or 0xD90EAB) is known color: Hollywood Cerise. HEX triplet: D9, 0E and AB. RGB value is (217,14,171). Sum of RGB (Red+Green+Blue) = 217+14+171=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D90EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90EAB is #26F154. Grayscale: #5C5C5C. Windows color (decimal): -2552149 or 11210457. OLE color: 11210457.

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

Color convert

RGB 217 14 171 -
CMYK 0 0.94 0.21 0.15
HSL 313.6º 0.88% 0.45% -
HSV(B) 313.6º 0.94% 0.85% -
XYZ 36.12 18.01 40.1 -
YUV 92.6 172.25 216.73 -
System Red Green Blue C M Y K H S L
Decimal 217 14 171 0 0.94 0.21 0.15 313.6 0.88 0.45
Hex D9 E AB 0 5E 15 F 13A 58 2D
Octal 331 16 253 0 136 25 17 472 130 55
Binary 11011001 1110 10101011 0 1011110 10101 1111 100111010 1011000 101101

Color Harmonies of #D90EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EAB

Black with #D90EAB

Text Example


Text Example

White with #D90EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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