#DB95AA

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

Shades of Kobi #DB95AA

Tints of Kobi #DB95AA

Color information

#DB95AA (or 0xDB95AA) is unknown color: approx Kobi. HEX triplet: DB, 95 and AA. RGB value is (219,149,170). Sum of RGB (Red+Green+Blue) = 219+149+170=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95AA is #246A55. Grayscale: #ACACAC. Windows color (decimal): -2386518 or 11179483. OLE color: 11179483.

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

Color convert

RGB219149170-
CMYK00.320.220.14
HSL342º49.3%72.16%-
HSV(B)342º31.96%85.88%-
XYZ47.2239.4643.16-
YUV172.32126.69161.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=40.71%
G=27.70%
B=31.60%

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
Decimal21914917000.320.220.1434249.372.16
HexDB95AA02016E1563148
Octal333225252040261652661110
Binary11011011100101011010101001000001011011101010101101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB95AA; }

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

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

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

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

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

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

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

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