#DB8AA8

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

Shades of Kobi #DB8AA8

Tints of Kobi #DB8AA8

Color information

#DB8AA8 (or 0xDB8AA8) is unknown color: approx Kobi. HEX triplet: DB, 8A and A8. RGB value is (219,138,168). Sum of RGB (Red+Green+Blue) = 219+138+168=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8AA8 is #247557. Grayscale: #A5A5A5. Windows color (decimal): -2389336 or 11045595. OLE color: 11045595.

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

Color convert

RGB219138168-
CMYK00.370.230.14
HSL337.78º52.94%70%-
HSV(B)337.78º36.99%85.88%-
XYZ45.3736.0641.62-
YUV165.64129.34166.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 168 (66.02% from 255) = 32%
R=41.71%
G=26.29%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913816800.370.230.14337.7852.9470
HexDB8AA802517E1523546
Octal333212250045271652265106
Binary11011011100010101010100001001011011111101010100101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8AA8; }

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

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

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

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

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

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

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

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