Html Css Color HEX #D20EAB Hollywood Cerise

📋 copy color: '#D20EAB'

red 210 ◦ green 14 ◦ blue 171

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

Shades of Hollywood Cerise #D20EAB

Tints of Hollywood Cerise #D20EAB

RGB

 RED value IS 210 (82.42% from 255) = 53.16%

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

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

R = 53.16%
G = 3.54%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D20EAB (or 0xD20EAB) is known color: Hollywood Cerise. HEX triplet: D2, 0E and AB. RGB value is (210,14,171). Sum of RGB (Red+Green+Blue) = 210+14+171=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20EAB is #2DF154. Grayscale: #5A5A5A. Windows color (decimal): -3010901 or 11210450. OLE color: 11210450.

HSL color Cylindrical-coordinate representation of color #D20EAB: hue angle of 311.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20EAB is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 171 -
CMYK 0 0.93 0.19 0.18
HSL 311.94º 0.88% 0.44% -
HSV(B) 311.94º 0.93% 0.82% -
XYZ 34.09 16.96 40 -
YUV 90.5 173.43 213.23 -
System Red Green Blue C M Y K H S L
Decimal 210 14 171 0 0.93 0.19 0.18 311.94 0.88 0.44
Hex D2 E AB 0 5D 13 12 138 58 2C
Octal 322 16 253 0 135 23 22 470 130 54
Binary 11010010 1110 10101011 0 1011101 10011 10010 100111000 1011000 101100

Color Harmonies of #D20EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EAB

Black with #D20EAB

Text Example


Text Example

White with #D20EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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