#DB8DB1

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

Shades of Kobi #DB8DB1

Tints of Kobi #DB8DB1

Color information

#DB8DB1 (or 0xDB8DB1) is unknown color: approx Kobi. HEX triplet: DB, 8D and B1. RGB value is (219,141,177). Sum of RGB (Red+Green+Blue) = 219+141+177=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8DB1 is #24724E. Grayscale: #A8A8A8. Windows color (decimal): -2388559 or 11636187. OLE color: 11636187.

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

Color convert

RGB219141177-
CMYK00.360.190.14
HSL332.31º52%70.59%-
HSV(B)332.31º35.62%85.88%-
XYZ46.6737.2846.33-
YUV168.43132.84164.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=40.78%
G=26.26%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914117700.360.190.14332.315270.59
HexDB8DB102413E14c3447
Octal333215261044231651464107
Binary11011011100011011011000101001001001111101010011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DB1; }

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

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

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

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

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

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

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

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