#DB8DA7

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

Shades of Kobi #DB8DA7

Tints of Kobi #DB8DA7

Color information

#DB8DA7 (or 0xDB8DA7) is unknown color: approx Kobi. HEX triplet: DB, 8D and A7. RGB value is (219,141,167). Sum of RGB (Red+Green+Blue) = 219+141+167=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8DA7 is #247258. Grayscale: #A7A7A7. Windows color (decimal): -2388569 or 10980827. OLE color: 10980827.

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

Color convert

RGB219141167-
CMYK00.360.240.14
HSL340º52%70.59%-
HSV(B)340º35.62%85.88%-
XYZ45.7136.941.27-
YUV167.29127.84164.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=41.56%
G=26.76%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914116700.360.240.143405270.59
HexDB8DA702418E1543447
Octal333215247044301652464107
Binary11011011100011011010011101001001100011101010101001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DA7; }

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

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

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

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

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

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

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

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