#DE93AA

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

Shades of Kobi #DE93AA

Tints of Kobi #DE93AA

Color information

#DE93AA (or 0xDE93AA) is unknown color: approx Kobi. HEX triplet: DE, 93 and AA. RGB value is (222,147,170). Sum of RGB (Red+Green+Blue) = 222+147+170=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE93AA is #216C55. Grayscale: #ACACAC. Windows color (decimal): -2190422 or 11178974. OLE color: 11178974.

HSL color Cylindrical-coordinate representation of color #DE93AA: hue angle of 341.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE93AA is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222147170-
CMYK00.340.230.13
HSL341.6º53.19%72.35%-
HSV(B)341.6º33.78%87.06%-
XYZ47.8139.343.1-
YUV172.05126.85163.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=41.19%
G=27.27%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214717000.340.230.13341.653.1972.35
HexDE93AA02217D1563548
Octal336223252042271552665110
Binary11011110100100111010101001000101011111011010101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93AA; }

 p { color: rgb(222,147,170); }

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

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

 a { background-color: rgb(222,147,170); }

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

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

 span { border-color: rgb(222,147,170); }

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