#DE93A0

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

Shades of Kobi #DE93A0

Tints of Kobi #DE93A0

Color information

#DE93A0 (or 0xDE93A0) is unknown color: approx Kobi. HEX triplet: DE, 93 and A0. RGB value is (222,147,160). Sum of RGB (Red+Green+Blue) = 222+147+160=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE93A0 is #216C5F. Grayscale: #AAAAAA. Windows color (decimal): -2190432 or 10523614. OLE color: 10523614.

HSL color Cylindrical-coordinate representation of color #DE93A0: hue angle of 349.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 #DE93A0 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB222147160-
CMYK00.340.280.13
HSL349.6º53.19%72.35%-
HSV(B)349.6º33.78%87.06%-
XYZ46.938.9438.3-
YUV170.91121.85164.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 147 (57.81% from 255) = 27.79%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=41.97%
G=27.79%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214716000.340.280.13349.653.1972.35
HexDE93A00221CD15e3548
Octal336223240042341553665110
Binary11011110100100111010000001000101110011011010111101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93A0; }

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

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

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

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

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

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

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

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