Html Css Color HEX #D805A0 Hollywood Cerise

📋 copy color: '#D805A0'

red 216 ◦ green 5 ◦ blue 160

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

Shades of Hollywood Cerise #D805A0

Tints of Hollywood Cerise #D805A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 160 (62.89% from 255) = 41.99%

R = 56.69%
G = 1.31%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D805A0 (or 0xD805A0) is known color: Hollywood Cerise. HEX triplet: D8, 05 and A0. RGB value is (216,5,160). Sum of RGB (Red+Green+Blue) = 216+5+160=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D805A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D805A0 is #27FA5F. Grayscale: #555555. Windows color (decimal): -2620000 or 10487256. OLE color: 10487256.

HSL color Cylindrical-coordinate representation of color #D805A0: hue angle of 315.92º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805A0 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 5 160 -
CMYK 0 0.98 0.26 0.15
HSL 315.92º 0.95% 0.43% -
HSV(B) 315.92º 0.98% 0.85% -
XYZ 34.72 17.25 34.76 -
YUV 85.76 169.9 220.9 -
System Red Green Blue C M Y K H S L
Decimal 216 5 160 0 0.98 0.26 0.15 315.92 0.95 0.43
Hex D8 5 A0 0 62 1A F 13C 5F 2B
Octal 330 5 240 0 142 32 17 474 137 53
Binary 11011000 101 10100000 0 1100010 11010 1111 100111100 1011111 101011

Color Harmonies of #D805A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D805A0

Black with #D805A0

Text Example


Text Example

White with #D805A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D805A0; }

 p { color: rgb(216,5,160); }

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

background-color css

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

 a { background-color: rgb(216,5,160); }

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

border-color css

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

 span { border-color: rgb(216,5,160); }

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