#DB8DAD

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

Shades of Kobi #DB8DAD

Tints of Kobi #DB8DAD

Color information

#DB8DAD (or 0xDB8DAD) is unknown color: approx Kobi. HEX triplet: DB, 8D and AD. RGB value is (219,141,173). Sum of RGB (Red+Green+Blue) = 219+141+173=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8DAD is #247252. Grayscale: #A7A7A7. Windows color (decimal): -2388563 or 11374043. OLE color: 11374043.

HSL color Cylindrical-coordinate representation of color #DB8DAD: hue angle of 335.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DAD is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219141173-
CMYK00.360.210.14
HSL335.38º52%70.59%-
HSV(B)335.38º35.62%85.88%-
XYZ46.2837.1344.26-
YUV167.97130.84164.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=41.09%
G=26.45%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914117300.360.210.14335.385270.59
HexDB8DAD02415E14f3447
Octal333215255044251651764107
Binary11011011100011011010110101001001010111101010011111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DAD; }

 p { color: rgb(219,141,173); }

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

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

 a { background-color: rgb(219,141,173); }

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

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

 span { border-color: rgb(219,141,173); }

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