#DB93AC

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

Shades of Kobi #DB93AC

Tints of Kobi #DB93AC

Color information

#DB93AC (or 0xDB93AC) is unknown color: approx Kobi. HEX triplet: DB, 93 and AC. RGB value is (219,147,172). Sum of RGB (Red+Green+Blue) = 219+147+172=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93AC is #246C53. Grayscale: #ABABAB. Windows color (decimal): -2387028 or 11310043. OLE color: 11310043.

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

Color convert

RGB219147172-
CMYK00.330.210.14
HSL339.17º50%71.76%-
HSV(B)339.17º32.88%85.88%-
XYZ47.0938.9144.06-
YUV171.38128.35161.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 147 (57.81% from 255) = 27.32%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=40.71%
G=27.32%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914717200.330.210.14339.175071.76
HexDB93AC02115E1533248
Octal333223254041251652362110
Binary11011011100100111010110001000011010111101010100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB93AC; }

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

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

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

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

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

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

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

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