Html Css Color HEX #D808AF Hollywood Cerise

📋 copy color: '#D808AF'

red 216 ◦ green 8 ◦ blue 175

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

Shades of Hollywood Cerise #D808AF

Tints of Hollywood Cerise #D808AF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

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

R = 54.14%
G = 2.01%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D808AF (or 0xD808AF) is known color: Hollywood Cerise. HEX triplet: D8, 08 and AF. RGB value is (216,8,175). Sum of RGB (Red+Green+Blue) = 216+8+175=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D808AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D808AF is #27F750. Grayscale: #585858. Windows color (decimal): -2619217 or 11471064. OLE color: 11471064.

HSL color Cylindrical-coordinate representation of color #D808AF: hue angle of 311.83º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D808AF is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 175 -
CMYK 0 0.96 0.19 0.15
HSL 311.83º 0.93% 0.44% -
HSV(B) 311.83º 0.96% 0.85% -
XYZ 36.14 17.87 42.1 -
YUV 89.23 176.41 218.42 -
System Red Green Blue C M Y K H S L
Decimal 216 8 175 0 0.96 0.19 0.15 311.83 0.93 0.44
Hex D8 8 AF 0 60 13 F 138 5D 2C
Octal 330 10 257 0 140 23 17 470 135 54
Binary 11011000 1000 10101111 0 1100000 10011 1111 100111000 1011101 101100

Color Harmonies of #D808AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D808AF

Black with #D808AF

Text Example


Text Example

White with #D808AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D808AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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