#DC93A9

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

Shades of Kobi #DC93A9

Tints of Kobi #DC93A9

Color information

#DC93A9 (or 0xDC93A9) is unknown color: approx Kobi. HEX triplet: DC, 93 and A9. RGB value is (220,147,169). Sum of RGB (Red+Green+Blue) = 220+147+169=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC93A9 is #236C56. Grayscale: #ABABAB. Windows color (decimal): -2321495 or 11113436. OLE color: 11113436.

HSL color Cylindrical-coordinate representation of color #DC93A9: hue angle of 341.92º degrees, saturation: 0.51, 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 #DC93A9 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220147169-
CMYK00.330.230.14
HSL341.92º51.05%71.96%-
HSV(B)341.92º33.18%86.27%-
XYZ47.1138.9542.57-
YUV171.34126.68162.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=41.04%
G=27.43%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014716900.330.230.14341.9251.0571.96
HexDC93A902117E1563348
Octal334223251041271652663110
Binary11011100100100111010100101000011011111101010101101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC93A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC93A9; }

 p { color: rgb(220,147,169); }

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

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

 a { background-color: rgb(220,147,169); }

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

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

 span { border-color: rgb(220,147,169); }

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