Html Css Color HEX #D80BA7 Hollywood Cerise

📋 copy color: '#D80BA7'

red 216 ◦ green 11 ◦ blue 167

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

Shades of Hollywood Cerise #D80BA7

Tints of Hollywood Cerise #D80BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.39%

R = 54.82%
G = 2.79%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D80BA7 (or 0xD80BA7) is known color: Hollywood Cerise. HEX triplet: D8, 0B and A7. RGB value is (216,11,167). Sum of RGB (Red+Green+Blue) = 216+11+167=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80BA7 is #27F458. Grayscale: #595959. Windows color (decimal): -2618457 or 10947544. OLE color: 10947544.

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

Color convert

RGB 216 11 167 -
CMYK 0 0.95 0.23 0.15
HSL 314.34º 0.9% 0.45% -
HSV(B) 314.34º 0.95% 0.85% -
XYZ 35.41 17.63 38.1 -
YUV 90.08 171.42 217.82 -
System Red Green Blue C M Y K H S L
Decimal 216 11 167 0 0.95 0.23 0.15 314.34 0.9 0.45
Hex D8 B A7 0 5F 17 F 13A 5A 2D
Octal 330 13 247 0 137 27 17 472 132 55
Binary 11011000 1011 10100111 0 1011111 10111 1111 100111010 1011010 101101

Color Harmonies of #D80BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80BA7

Black with #D80BA7

Text Example


Text Example

White with #D80BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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