Html Css Color HEX #D802A6 Hollywood Cerise

📋 copy color: '#D802A6'

red 216 ◦ green 2 ◦ blue 166

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

Shades of Hollywood Cerise #D802A6

Tints of Hollywood Cerise #D802A6

RGB

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

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

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

R = 56.25%
G = 0.52%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D802A6 (or 0xD802A6) is known color: Hollywood Cerise. HEX triplet: D8, 02 and A6. RGB value is (216,2,166). Sum of RGB (Red+Green+Blue) = 216+2+166=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D802A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D802A6 is #27FD59. Grayscale: #545454. Windows color (decimal): -2620762 or 10879704. OLE color: 10879704.

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

Color convert

RGB 216 2 166 -
CMYK 0 0.99 0.23 0.15
HSL 314.02º 0.98% 0.43% -
HSV(B) 314.02º 0.99% 0.85% -
XYZ 35.22 17.4 37.58 -
YUV 84.68 173.9 221.66 -
System Red Green Blue C M Y K H S L
Decimal 216 2 166 0 0.99 0.23 0.15 314.02 0.98 0.43
Hex D8 2 A6 0 63 17 F 13A 62 2B
Octal 330 2 246 0 143 27 17 472 142 53
Binary 11011000 10 10100110 0 1100011 10111 1111 100111010 1100010 101011

Color Harmonies of #D802A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802A6

Black with #D802A6

Text Example


Text Example

White with #D802A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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