#DB8BAD

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

Shades of Kobi #DB8BAD

Tints of Kobi #DB8BAD

Color information

#DB8BAD (or 0xDB8BAD) is unknown color: approx Kobi. HEX triplet: DB, 8B and AD. RGB value is (219,139,173). Sum of RGB (Red+Green+Blue) = 219+139+173=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BAD is #247452. Grayscale: #A6A6A6. Windows color (decimal): -2389075 or 11373531. OLE color: 11373531.

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

Color convert

RGB219139173-
CMYK00.370.210.14
HSL334.5º52.63%70.2%-
HSV(B)334.5º36.53%85.88%-
XYZ45.9936.5444.16-
YUV166.8131.5165.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=41.24%
G=26.18%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913917300.370.210.14334.552.6370.2
HexDB8BAD02515E14e3546
Octal333213255045251651665106
Binary11011011100010111010110101001011010111101010011101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BAD; }

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

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

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

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

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

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

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

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