Html Css Color HEX #D805B0 Hollywood Cerise

📋 copy color: '#D805B0'

red 216 ◦ green 5 ◦ blue 176

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

Shades of Hollywood Cerise #D805B0

Tints of Hollywood Cerise #D805B0

RGB

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

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

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

R = 54.41%
G = 1.26%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D805B0 (or 0xD805B0) is known color: Hollywood Cerise. HEX triplet: D8, 05 and B0. RGB value is (216,5,176). Sum of RGB (Red+Green+Blue) = 216+5+176=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D805B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D805B0 is #27FA4F. Grayscale: #575757. Windows color (decimal): -2619984 or 11535832. OLE color: 11535832.

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

Color convert

RGB 216 5 176 -
CMYK 0 0.98 0.19 0.15
HSL 311.37º 0.95% 0.43% -
HSV(B) 311.37º 0.98% 0.85% -
XYZ 36.21 17.84 42.61 -
YUV 87.58 177.9 219.6 -
System Red Green Blue C M Y K H S L
Decimal 216 5 176 0 0.98 0.19 0.15 311.37 0.95 0.43
Hex D8 5 B0 0 62 13 F 137 5F 2B
Octal 330 5 260 0 142 23 17 467 137 53
Binary 11011000 101 10110000 0 1100010 10011 1111 100110111 1011111 101011

Color Harmonies of #D805B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D805B0

Black with #D805B0

Text Example


Text Example

White with #D805B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D805B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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