Html Css Color HEX #D807A6 Hollywood Cerise

📋 copy color: '#D807A6'

red 216 ◦ green 7 ◦ blue 166

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

Shades of Hollywood Cerise #D807A6

Tints of Hollywood Cerise #D807A6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.8%

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 55.53%
G = 1.8%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D807A6 (or 0xD807A6) is known color: Hollywood Cerise. HEX triplet: D8, 07 and A6. RGB value is (216,7,166). Sum of RGB (Red+Green+Blue) = 216+7+166=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D807A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D807A6 is #27F859. Grayscale: #575757. Windows color (decimal): -2619482 or 10880984. OLE color: 10880984.

HSL color Cylindrical-coordinate representation of color #D807A6: hue angle of 314.35º degrees, saturation: 0.94, 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 #D807A6 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 166 -
CMYK 0 0.97 0.23 0.15
HSL 314.35º 0.94% 0.44% -
HSV(B) 314.35º 0.97% 0.85% -
XYZ 35.28 17.5 37.6 -
YUV 87.62 172.24 219.57 -
System Red Green Blue C M Y K H S L
Decimal 216 7 166 0 0.97 0.23 0.15 314.35 0.94 0.44
Hex D8 7 A6 0 61 17 F 13A 5E 2C
Octal 330 7 246 0 141 27 17 472 136 54
Binary 11011000 111 10100110 0 1100001 10111 1111 100111010 1011110 101100

Color Harmonies of #D807A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D807A6

Black with #D807A6

Text Example


Text Example

White with #D807A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D807A6; }

 p { color: rgb(216,7,166); }

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

background-color css

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

 a { background-color: rgb(216,7,166); }

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

border-color css

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

 span { border-color: rgb(216,7,166); }

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