#DB829B

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

Shades of Can Can #DB829B

Tints of Can Can #DB829B

Color information

#DB829B (or 0xDB829B) is unknown color: approx Can Can. HEX triplet: DB, 82 and 9B. RGB value is (219,130,155). Sum of RGB (Red+Green+Blue) = 219+130+155=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB829B is #247D64. Grayscale: #9F9F9F. Windows color (decimal): -2391397 or 10191579. OLE color: 10191579.

HSL color Cylindrical-coordinate representation of color #DB829B: hue angle of 343.15º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB829B is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219130155-
CMYK00.410.290.14
HSL343.15º55.28%68.43%-
HSV(B)343.15º40.64%85.88%-
XYZ43.1133.3935.18-
YUV159.46125.49170.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=43.45%
G=25.79%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913015500.410.290.14343.1555.2868.43
HexDB829B0291DE1573744
Octal333202233051351652767104
Binary11011011100000101001101101010011110111101010101111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB829B; }

 p { color: rgb(219,130,155); }

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

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

 a { background-color: rgb(219,130,155); }

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

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

 span { border-color: rgb(219,130,155); }

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