#DB0BA8

Color #DB0BA8 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DB0BA8

Tints of Hollywood Cerise #DB0BA8

Color information

#DB0BA8 (or 0xDB0BA8) is unknown color: approx Hollywood Cerise. HEX triplet: DB, 0B and A8. RGB value is (219,11,168). Sum of RGB (Red+Green+Blue) = 219+11+168=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0BA8 is #24F457. Grayscale: #5A5A5A. Windows color (decimal): -2421848 or 11013083. OLE color: 11013083.

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

Color convert

RGB21911168-
CMYK00.950.230.14
HSL314.71º90.43%45.1%-
HSV(B)314.71º94.98%85.88%-
XYZ36.418.1338.63-
YUV91.09171.41219.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.03%
GREEN value IS 11 (4.69% from 255) = 2.76%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=55.03%
G=2.76%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191116800.950.230.14314.7190.4345.1
HexDBBA805F17E13b5a2d
Octal333132500137271647313255
Binary11011011101110101000010111111011111101001110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0BA8; }

 p { color: rgb(219,11,168); }

 H1.HeaderClassName
 {
   color: #DB0BA8;
 }
 .AnyTagClassName
 {
   color: #DB0BA8;
 }
</style>
background-color css

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

 a { background-color: rgb(219,11,168); }

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

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

 span { border-color: rgb(219,11,168); }

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