#DB82A9

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

Shades of Kobi #DB82A9

Tints of Kobi #DB82A9

Color information

#DB82A9 (or 0xDB82A9) is unknown color: approx Kobi. HEX triplet: DB, 82 and A9. RGB value is (219,130,169). Sum of RGB (Red+Green+Blue) = 219+130+169=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB82A9 is #247D56. Grayscale: #A0A0A0. Windows color (decimal): -2391383 or 11109083. OLE color: 11109083.

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

Color convert

RGB219130169-
CMYK00.410.230.14
HSL333.71º55.28%68.43%-
HSV(B)333.71º40.64%85.88%-
XYZ44.3633.8941.74-
YUV161.06132.49169.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.28%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=42.28%
G=25.10%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913016900.410.230.14333.7155.2868.43
HexDB82A902917E14e3744
Octal333202251051271651667104
Binary11011011100000101010100101010011011111101010011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB82A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB82A9; }

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

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

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

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

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

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

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

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