Html Css Color HEX #D807A5 Hollywood Cerise

📋 copy color: '#D807A5'

red 216 ◦ green 7 ◦ blue 165

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

Shades of Hollywood Cerise #D807A5

Tints of Hollywood Cerise #D807A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.53%

R = 55.67%
G = 1.8%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D807A5 (or 0xD807A5) is known color: Hollywood Cerise. HEX triplet: D8, 07 and A5. RGB value is (216,7,165). Sum of RGB (Red+Green+Blue) = 216+7+165=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D807A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D807A5 is #27F85A. Grayscale: #575757. Windows color (decimal): -2619483 or 10815448. OLE color: 10815448.

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

Color convert

RGB 216 7 165 -
CMYK 0 0.97 0.24 0.15
HSL 314.64º 0.94% 0.44% -
HSV(B) 314.64º 0.97% 0.85% -
XYZ 35.19 17.47 37.11 -
YUV 87.5 171.74 219.65 -
System Red Green Blue C M Y K H S L
Decimal 216 7 165 0 0.97 0.24 0.15 314.64 0.94 0.44
Hex D8 7 A5 0 61 18 F 13B 5E 2C
Octal 330 7 245 0 141 30 17 473 136 54
Binary 11011000 111 10100101 0 1100001 11000 1111 100111011 1011110 101100

Color Harmonies of #D807A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D807A5

Black with #D807A5

Text Example


Text Example

White with #D807A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D807A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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