Html Css Color HEX #D80CB0 Hollywood Cerise

📋 copy color: '#D80CB0'

red 216 ◦ green 12 ◦ blue 176

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

Shades of Hollywood Cerise #D80CB0

Tints of Hollywood Cerise #D80CB0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.97%

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

R = 53.47%
G = 2.97%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D80CB0 (or 0xD80CB0) is known color: Hollywood Cerise. HEX triplet: D8, 0C and B0. RGB value is (216,12,176). Sum of RGB (Red+Green+Blue) = 216+12+176=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80CB0 is #27F34F. Grayscale: #5B5B5B. Windows color (decimal): -2618192 or 11537624. OLE color: 11537624.

HSL color Cylindrical-coordinate representation of color #D80CB0: hue angle of 311.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80CB0 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 12 176 -
CMYK 0 0.94 0.19 0.15
HSL 311.76º 0.89% 0.45% -
HSV(B) 311.76º 0.94% 0.85% -
XYZ 36.29 18 42.64 -
YUV 91.69 175.59 216.66 -
System Red Green Blue C M Y K H S L
Decimal 216 12 176 0 0.94 0.19 0.15 311.76 0.89 0.45
Hex D8 C B0 0 5E 13 F 138 59 2D
Octal 330 14 260 0 136 23 17 470 131 55
Binary 11011000 1100 10110000 0 1011110 10011 1111 100111000 1011001 101101

Color Harmonies of #D80CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CB0

Black with #D80CB0

Text Example


Text Example

White with #D80CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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