#DB0BA6

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

Shades of Hollywood Cerise #DB0BA6

Tints of Hollywood Cerise #DB0BA6

Color information

#DB0BA6 (or 0xDB0BA6) is unknown color: approx Hollywood Cerise. HEX triplet: DB, 0B and A6. RGB value is (219,11,166). Sum of RGB (Red+Green+Blue) = 219+11+166=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0BA6 is #24F459. Grayscale: #5A5A5A. Windows color (decimal): -2421850 or 10882011. OLE color: 10882011.

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

Color convert

RGB21911166-
CMYK00.950.240.14
HSL315.29º90.43%45.1%-
HSV(B)315.29º94.98%85.88%-
XYZ36.2218.0537.65-
YUV90.86170.41219.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.30%
GREEN value IS 11 (4.69% from 255) = 2.78%
BLUE value IS 166 (65.23% from 255) = 41.92%
R=55.30%
G=2.78%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191116600.950.240.14315.2990.4345.1
HexDBBA605F18E13b5a2d
Octal333132460137301647313255
Binary11011011101110100110010111111100011101001110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0BA6; }

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

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

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

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

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

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

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

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