Html Css Color HEX #D807B0 Hollywood Cerise

📋 copy color: '#D807B0'

red 216 ◦ green 7 ◦ blue 176

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

Shades of Hollywood Cerise #D807B0

Tints of Hollywood Cerise #D807B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.11%

R = 54.14%
G = 1.75%
B = 44.11%

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

#D807B0 (or 0xD807B0) is known color: Hollywood Cerise. HEX triplet: D8, 07 and B0. RGB value is (216,7,176). Sum of RGB (Red+Green+Blue) = 216+7+176=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D807B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D807B0 is #27F84F. Grayscale: #585858. Windows color (decimal): -2619472 or 11536344. OLE color: 11536344.

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

Color convert

RGB 216 7 176 -
CMYK 0 0.97 0.19 0.15
HSL 311.48º 0.94% 0.44% -
HSV(B) 311.48º 0.97% 0.85% -
XYZ 36.23 17.89 42.62 -
YUV 88.76 177.24 218.76 -
System Red Green Blue C M Y K H S L
Decimal 216 7 176 0 0.97 0.19 0.15 311.48 0.94 0.44
Hex D8 7 B0 0 61 13 F 137 5E 2C
Octal 330 7 260 0 141 23 17 467 136 54
Binary 11011000 111 10110000 0 1100001 10011 1111 100110111 1011110 101100

Color Harmonies of #D807B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D807B0

Black with #D807B0

Text Example


Text Example

White with #D807B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D807B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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