Html Css Color HEX #D802AE Hollywood Cerise

📋 copy color: '#D802AE'

red 216 ◦ green 2 ◦ blue 174

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

Shades of Hollywood Cerise #D802AE

Tints of Hollywood Cerise #D802AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.39%

R = 55.1%
G = 0.51%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D802AE (or 0xD802AE) is known color: Hollywood Cerise. HEX triplet: D8, 02 and AE. RGB value is (216,2,174). Sum of RGB (Red+Green+Blue) = 216+2+174=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D802AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D802AE is #27FD51. Grayscale: #555555. Windows color (decimal): -2620754 or 11403992. OLE color: 11403992.

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

Color convert

RGB 216 2 174 -
CMYK 0 0.99 0.19 0.15
HSL 311.78º 0.98% 0.43% -
HSV(B) 311.78º 0.99% 0.85% -
XYZ 35.98 17.7 41.56 -
YUV 85.59 177.9 221.01 -
System Red Green Blue C M Y K H S L
Decimal 216 2 174 0 0.99 0.19 0.15 311.78 0.98 0.43
Hex D8 2 AE 0 63 13 F 138 62 2B
Octal 330 2 256 0 143 23 17 470 142 53
Binary 11011000 10 10101110 0 1100011 10011 1111 100111000 1100010 101011

Color Harmonies of #D802AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802AE

Black with #D802AE

Text Example


Text Example

White with #D802AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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