Html Css Color HEX #D807AB Hollywood Cerise

📋 copy color: '#D807AB'

red 216 ◦ green 7 ◦ blue 171

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

Shades of Hollywood Cerise #D807AB

Tints of Hollywood Cerise #D807AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 54.82%
G = 1.78%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D807AB (or 0xD807AB) is known color: Hollywood Cerise. HEX triplet: D8, 07 and AB. RGB value is (216,7,171). Sum of RGB (Red+Green+Blue) = 216+7+171=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D807AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D807AB is #27F854. Grayscale: #575757. Windows color (decimal): -2619477 or 11208664. OLE color: 11208664.

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

Color convert

RGB 216 7 171 -
CMYK 0 0.97 0.21 0.15
HSL 312.92º 0.94% 0.44% -
HSV(B) 312.92º 0.97% 0.85% -
XYZ 35.75 17.69 40.06 -
YUV 88.19 174.74 219.16 -
System Red Green Blue C M Y K H S L
Decimal 216 7 171 0 0.97 0.21 0.15 312.92 0.94 0.44
Hex D8 7 AB 0 61 15 F 139 5E 2C
Octal 330 7 253 0 141 25 17 471 136 54
Binary 11011000 111 10101011 0 1100001 10101 1111 100111001 1011110 101100

Color Harmonies of #D807AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D807AB

Black with #D807AB

Text Example


Text Example

White with #D807AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D807AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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