#DB9DB4

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

Shades of Kobi #DB9DB4

Tints of Kobi #DB9DB4

Color information

#DB9DB4 (or 0xDB9DB4) is unknown color: approx Kobi. HEX triplet: DB, 9D and B4. RGB value is (219,157,180). Sum of RGB (Red+Green+Blue) = 219+157+180=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DB4 is #24624B. Grayscale: #B2B2B2. Windows color (decimal): -2384460 or 11836891. OLE color: 11836891.

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

Color convert

RGB219157180-
CMYK00.280.180.14
HSL337.74º46.27%73.73%-
HSV(B)337.74º28.31%85.88%-
XYZ49.5142.4748.77-
YUV178.16129.04157.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=39.39%
G=28.24%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915718000.280.180.14337.7446.2773.73
HexDB9DB401C12E1522e4a
Octal333235264034221652256112
Binary1101101110011101101101000111001001011101010100101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DB4; }

 p { color: rgb(219,157,180); }

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

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

 a { background-color: rgb(219,157,180); }

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

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

 span { border-color: rgb(219,157,180); }

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