Html Css Color HEX #D90EA6 Hollywood Cerise

📋 copy color: '#D90EA6'

red 217 ◦ green 14 ◦ blue 166

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

Shades of Hollywood Cerise #D90EA6

Tints of Hollywood Cerise #D90EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.81%

R = 54.66%
G = 3.53%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D90EA6 (or 0xD90EA6) is known color: Hollywood Cerise. HEX triplet: D9, 0E and A6. RGB value is (217,14,166). Sum of RGB (Red+Green+Blue) = 217+14+166=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D90EA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90EA6 is #26F159. Grayscale: #5B5B5B. Windows color (decimal): -2552154 or 10882777. OLE color: 10882777.

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

Color convert

RGB 217 14 166 -
CMYK 0 0.94 0.24 0.15
HSL 315.07º 0.88% 0.45% -
HSV(B) 315.07º 0.94% 0.85% -
XYZ 35.66 17.82 37.64 -
YUV 92.03 169.75 217.14 -
System Red Green Blue C M Y K H S L
Decimal 217 14 166 0 0.94 0.24 0.15 315.07 0.88 0.45
Hex D9 E A6 0 5E 18 F 13B 58 2D
Octal 331 16 246 0 136 30 17 473 130 55
Binary 11011001 1110 10100110 0 1011110 11000 1111 100111011 1011000 101101

Color Harmonies of #D90EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90EA6

Black with #D90EA6

Text Example


Text Example

White with #D90EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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