Html Css Color HEX #D80BAE Hollywood Cerise

📋 copy color: '#D80BAE'

red 216 ◦ green 11 ◦ blue 174

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

Shades of Hollywood Cerise #D80BAE

Tints of Hollywood Cerise #D80BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.74%

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 53.87%
G = 2.74%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D80BAE (or 0xD80BAE) is known color: Hollywood Cerise. HEX triplet: D8, 0B and AE. RGB value is (216,11,174). Sum of RGB (Red+Green+Blue) = 216+11+174=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80BAE is #27F451. Grayscale: #5A5A5A. Windows color (decimal): -2618450 or 11406296. OLE color: 11406296.

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

Color convert

RGB 216 11 174 -
CMYK 0 0.95 0.19 0.15
HSL 312.29º 0.9% 0.45% -
HSV(B) 312.29º 0.95% 0.85% -
XYZ 36.08 17.89 41.6 -
YUV 90.88 174.92 217.25 -
System Red Green Blue C M Y K H S L
Decimal 216 11 174 0 0.95 0.19 0.15 312.29 0.9 0.45
Hex D8 B AE 0 5F 13 F 138 5A 2D
Octal 330 13 256 0 137 23 17 470 132 55
Binary 11011000 1011 10101110 0 1011111 10011 1111 100111000 1011010 101101

Color Harmonies of #D80BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80BAE

Black with #D80BAE

Text Example


Text Example

White with #D80BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80BAE; }

 p { color: rgb(216,11,174); }

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

background-color css

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

 a { background-color: rgb(216,11,174); }

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

border-color css

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

 span { border-color: rgb(216,11,174); }

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