Html Css Color HEX #D806AF Hollywood Cerise

📋 copy color: '#D806AF'

red 216 ◦ green 6 ◦ blue 175

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

Shades of Hollywood Cerise #D806AF

Tints of Hollywood Cerise #D806AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.51%

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

R = 54.41%
G = 1.51%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D806AF (or 0xD806AF) is known color: Hollywood Cerise. HEX triplet: D8, 06 and AF. RGB value is (216,6,175). Sum of RGB (Red+Green+Blue) = 216+6+175=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D806AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D806AF is #27F950. Grayscale: #575757. Windows color (decimal): -2619729 or 11470552. OLE color: 11470552.

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

Color convert

RGB 216 6 175 -
CMYK 0 0.97 0.19 0.15
HSL 311.71º 0.95% 0.44% -
HSV(B) 311.71º 0.97% 0.85% -
XYZ 36.12 17.82 42.09 -
YUV 88.06 177.07 219.26 -
System Red Green Blue C M Y K H S L
Decimal 216 6 175 0 0.97 0.19 0.15 311.71 0.95 0.44
Hex D8 6 AF 0 61 13 F 138 5F 2C
Octal 330 6 257 0 141 23 17 470 137 54
Binary 11011000 110 10101111 0 1100001 10011 1111 100111000 1011111 101100

Color Harmonies of #D806AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D806AF

Black with #D806AF

Text Example


Text Example

White with #D806AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D806AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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