Html Css Color HEX #D802AF Hollywood Cerise

📋 copy color: '#D802AF'

red 216 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #D802AF

Tints of Hollywood Cerise #D802AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 54.96%
G = 0.51%
B = 44.53%

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

#D802AF (or 0xD802AF) is known color: Hollywood Cerise. HEX triplet: D8, 02 and AF. RGB value is (216,2,175). Sum of RGB (Red+Green+Blue) = 216+2+175=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D802AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D802AF is #27FD50. Grayscale: #555555. Windows color (decimal): -2620753 or 11469528. OLE color: 11469528.

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

Color convert

RGB 216 2 175 -
CMYK 0 0.99 0.19 0.15
HSL 311.5º 0.98% 0.43% -
HSV(B) 311.5º 0.99% 0.85% -
XYZ 36.08 17.74 42.08 -
YUV 85.71 178.4 220.93 -
System Red Green Blue C M Y K H S L
Decimal 216 2 175 0 0.99 0.19 0.15 311.5 0.98 0.43
Hex D8 2 AF 0 63 13 F 137 62 2B
Octal 330 2 257 0 143 23 17 467 142 53
Binary 11011000 10 10101111 0 1100011 10011 1111 100110111 1100010 101011

Color Harmonies of #D802AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802AF

Black with #D802AF

Text Example


Text Example

White with #D802AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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