#DB9FB0

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

Shades of Kobi #DB9FB0

Tints of Kobi #DB9FB0

Color information

#DB9FB0 (or 0xDB9FB0) is unknown color: approx Kobi. HEX triplet: DB, 9F and B0. RGB value is (219,159,176). Sum of RGB (Red+Green+Blue) = 219+159+176=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FB0 is #24604F. Grayscale: #B2B2B2. Windows color (decimal): -2383952 or 11575259. OLE color: 11575259.

HSL color Cylindrical-coordinate representation of color #DB9FB0: hue angle of 343º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FB0 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219159176-
CMYK00.270.200.14
HSL343º45.45%74.12%-
HSV(B)343º27.4%85.88%-
XYZ49.4542.9946.77-
YUV178.88126.38156.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=39.53%
G=28.70%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915917600.270.200.1434345.4574.12
HexDB9FB001B14E1572d4a
Octal333237260033241652755112
Binary1101101110011111101100000110111010011101010101111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FB0; }

 p { color: rgb(219,159,176); }

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

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

 a { background-color: rgb(219,159,176); }

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

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

 span { border-color: rgb(219,159,176); }

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