#DB96AA

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

Shades of Kobi #DB96AA

Tints of Kobi #DB96AA

Color information

#DB96AA (or 0xDB96AA) is unknown color: approx Kobi. HEX triplet: DB, 96 and AA. RGB value is (219,150,170). Sum of RGB (Red+Green+Blue) = 219+150+170=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96AA is #246955. Grayscale: #ACACAC. Windows color (decimal): -2386262 or 11179739. OLE color: 11179739.

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

Color convert

RGB219150170-
CMYK00.320.220.14
HSL342.61º48.94%72.35%-
HSV(B)342.61º31.51%85.88%-
XYZ47.3839.7843.21-
YUV172.91126.36160.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=40.63%
G=27.83%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915017000.320.220.14342.6148.9472.35
HexDB96AA02016E1573148
Octal333226252040261652761110
Binary11011011100101101010101001000001011011101010101111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96AA; }

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

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

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

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

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

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

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

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