#DB94AD

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

Shades of Kobi #DB94AD

Tints of Kobi #DB94AD

Color information

#DB94AD (or 0xDB94AD) is unknown color: approx Kobi. HEX triplet: DB, 94 and AD. RGB value is (219,148,173). Sum of RGB (Red+Green+Blue) = 219+148+173=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94AD is #246B52. Grayscale: #ACACAC. Windows color (decimal): -2386771 or 11375835. OLE color: 11375835.

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

Color convert

RGB219148173-
CMYK00.320.210.14
HSL338.87º49.65%71.96%-
HSV(B)338.87º32.42%85.88%-
XYZ47.3539.2644.62-
YUV172.08128.52161.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=40.56%
G=27.41%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914817300.320.210.14338.8749.6571.96
HexDB94AD02015E1533248
Octal333224255040251652362110
Binary11011011100101001010110101000001010111101010100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB94AD; }

 p { color: rgb(219,148,173); }

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

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

 a { background-color: rgb(219,148,173); }

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

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

 span { border-color: rgb(219,148,173); }

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