#D90EAB

Color #D90EAB Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #D90EAB

Tints of Hollywood Cerise #D90EAB

Color information

#D90EAB (or 0xD90EAB) is unknown color: approx 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

RGB21714171-
CMYK00.940.210.15
HSL313.6º87.88%45.29%-
HSV(B)313.6º93.55%85.1%-
XYZ36.1218.0140.1-
YUV92.6172.25216.73-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171417100.940.210.15313.687.8845.29
HexD9EAB05E15F13a582d
Octal331162530136251747213055
Binary11011001111010101011010111101010111111001110101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>