#DB94AC

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

Shades of Kobi #DB94AC

Tints of Kobi #DB94AC

Color information

#DB94AC (or 0xDB94AC) is unknown color: approx Kobi. HEX triplet: DB, 94 and AC. RGB value is (219,148,172). Sum of RGB (Red+Green+Blue) = 219+148+172=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94AC is #246B53. Grayscale: #ABABAB. Windows color (decimal): -2386772 or 11310299. OLE color: 11310299.

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

Color convert

RGB219148172-
CMYK00.320.210.14
HSL339.72º49.65%71.96%-
HSV(B)339.72º32.42%85.88%-
XYZ47.2539.2244.11-
YUV171.96128.02161.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=40.63%
G=27.46%
B=31.91%

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
Decimal21914817200.320.210.14339.7249.6571.96
HexDB94AC02015E1543248
Octal333224254040251652462110
Binary11011011100101001010110001000001010111101010101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB94AC; }

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

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

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

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

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

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

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

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