Html Css Color HEX #D802AB Hollywood Cerise

📋 copy color: '#D802AB'

red 216 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #D802AB

Tints of Hollywood Cerise #D802AB

RGB

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

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

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

R = 55.53%
G = 0.51%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D802AB (or 0xD802AB) is known color: Hollywood Cerise. HEX triplet: D8, 02 and AB. RGB value is (216,2,171). Sum of RGB (Red+Green+Blue) = 216+2+171=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D802AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D802AB is #27FD54. Grayscale: #545454. Windows color (decimal): -2620757 or 11207384. OLE color: 11207384.

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

Color convert

RGB 216 2 171 -
CMYK 0 0.99 0.21 0.15
HSL 312.62º 0.98% 0.43% -
HSV(B) 312.62º 0.99% 0.85% -
XYZ 35.69 17.58 40.04 -
YUV 85.25 176.4 221.26 -
System Red Green Blue C M Y K H S L
Decimal 216 2 171 0 0.99 0.21 0.15 312.62 0.98 0.43
Hex D8 2 AB 0 63 15 F 139 62 2B
Octal 330 2 253 0 143 25 17 471 142 53
Binary 11011000 10 10101011 0 1100011 10101 1111 100111001 1100010 101011

Color Harmonies of #D802AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802AB

Black with #D802AB

Text Example


Text Example

White with #D802AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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