Html Css Color HEX #D807AF Hollywood Cerise

📋 copy color: '#D807AF'

red 216 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #D807AF

Tints of Hollywood Cerise #D807AF

RGB

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

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

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

R = 54.27%
G = 1.76%
B = 43.97%

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

#D807AF (or 0xD807AF) is known color: Hollywood Cerise. HEX triplet: D8, 07 and AF. RGB value is (216,7,175). Sum of RGB (Red+Green+Blue) = 216+7+175=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D807AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D807AF is #27F850. Grayscale: #585858. Windows color (decimal): -2619473 or 11470808. OLE color: 11470808.

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

Color convert

RGB 216 7 175 -
CMYK 0 0.97 0.19 0.15
HSL 311.77º 0.94% 0.44% -
HSV(B) 311.77º 0.97% 0.85% -
XYZ 36.13 17.85 42.1 -
YUV 88.64 176.74 218.84 -
System Red Green Blue C M Y K H S L
Decimal 216 7 175 0 0.97 0.19 0.15 311.77 0.94 0.44
Hex D8 7 AF 0 61 13 F 138 5E 2C
Octal 330 7 257 0 141 23 17 470 136 54
Binary 11011000 111 10101111 0 1100001 10011 1111 100111000 1011110 101100

Color Harmonies of #D807AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D807AF

Black with #D807AF

Text Example


Text Example

White with #D807AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D807AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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