#DE94AD

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

Shades of Kobi #DE94AD

Tints of Kobi #DE94AD

Color information

#DE94AD (or 0xDE94AD) is unknown color: approx Kobi. HEX triplet: DE, 94 and AD. RGB value is (222,148,173). Sum of RGB (Red+Green+Blue) = 222+148+173=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE94AD is #216B52. Grayscale: #ACACAC. Windows color (decimal): -2190163 or 11375838. OLE color: 11375838.

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

Color convert

RGB222148173-
CMYK00.330.220.13
HSL339.73º52.86%72.55%-
HSV(B)339.73º33.33%87.06%-
XYZ48.2639.7344.66-
YUV172.98128.02162.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=40.88%
G=27.26%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214817300.330.220.13339.7352.8672.55
HexDE94AD02116D1543549
Octal336224255041261552465111
Binary11011110100101001010110101000011011011011010101001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE94AD; }

 p { color: rgb(222,148,173); }

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

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

 a { background-color: rgb(222,148,173); }

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

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

 span { border-color: rgb(222,148,173); }

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