#DB8499

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

Shades of Can Can #DB8499

Tints of Can Can #DB8499

Color information

#DB8499 (or 0xDB8499) is unknown color: approx Can Can. HEX triplet: DB, 84 and 99. RGB value is (219,132,153). Sum of RGB (Red+Green+Blue) = 219+132+153=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8499 is #247B66. Grayscale: #A0A0A0. Windows color (decimal): -2390887 or 10061019. OLE color: 10061019.

HSL color Cylindrical-coordinate representation of color #DB8499: hue angle of 345.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8499 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219132153-
CMYK00.400.300.14
HSL345.52º54.72%68.82%-
HSV(B)345.52º39.73%85.88%-
XYZ43.2133.8634.4-
YUV160.41123.82169.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=43.45%
G=26.19%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913215300.400.300.14345.5254.7268.82
HexDB84990281EE15a3745
Octal333204231050361653267105
Binary11011011100001001001100101010001111011101010110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8499; }

 p { color: rgb(219,132,153); }

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

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

 a { background-color: rgb(219,132,153); }

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

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

 span { border-color: rgb(219,132,153); }

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