#DB96B0

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

Shades of Kobi #DB96B0

Tints of Kobi #DB96B0

Color information

#DB96B0 (or 0xDB96B0) is unknown color: approx Kobi. HEX triplet: DB, 96 and B0. RGB value is (219,150,176). Sum of RGB (Red+Green+Blue) = 219+150+176=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96B0 is #24694F. Grayscale: #ADADAD. Windows color (decimal): -2386256 or 11572955. OLE color: 11572955.

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

Color convert

RGB219150176-
CMYK00.320.200.14
HSL337.39º48.94%72.35%-
HSV(B)337.39º31.51%85.88%-
XYZ47.9640.0146.27-
YUV173.6129.36160.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=40.18%
G=27.52%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915017600.320.200.14337.3948.9472.35
HexDB96B002014E1513148
Octal333226260040241652161110
Binary11011011100101101011000001000001010011101010100011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96B0; }

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

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

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

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

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

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

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

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