Html Css Color HEX #D802A2 Hollywood Cerise

📋 copy color: '#D802A2'

red 216 ◦ green 2 ◦ blue 162

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

Shades of Hollywood Cerise #D802A2

Tints of Hollywood Cerise #D802A2

RGB

 RED value IS 216 (84.77% from 255) = 56.84%

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 162 (63.67% from 255) = 42.63%

R = 56.84%
G = 0.53%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D802A2 (or 0xD802A2) is known color: Hollywood Cerise. HEX triplet: D8, 02 and A2. RGB value is (216,2,162). Sum of RGB (Red+Green+Blue) = 216+2+162=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D802A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D802A2 is #27FD5D. Grayscale: #535353. Windows color (decimal): -2620766 or 10617560. OLE color: 10617560.

HSL color Cylindrical-coordinate representation of color #D802A2: hue angle of 315.14º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802A2 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 162 -
CMYK 0 0.99 0.25 0.15
HSL 315.14º 0.98% 0.43% -
HSV(B) 315.14º 0.99% 0.85% -
XYZ 34.86 17.25 35.67 -
YUV 84.23 171.9 221.99 -
System Red Green Blue C M Y K H S L
Decimal 216 2 162 0 0.99 0.25 0.15 315.14 0.98 0.43
Hex D8 2 A2 0 63 19 F 13B 62 2B
Octal 330 2 242 0 143 31 17 473 142 53
Binary 11011000 10 10100010 0 1100011 11001 1111 100111011 1100010 101011

Color Harmonies of #D802A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802A2

Black with #D802A2

Text Example


Text Example

White with #D802A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802A2; }

 p { color: rgb(216,2,162); }

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

background-color css

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

 a { background-color: rgb(216,2,162); }

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

border-color css

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

 span { border-color: rgb(216,2,162); }

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