#DE81AA

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

Shades of Kobi #DE81AA

Tints of Kobi #DE81AA

Color information

#DE81AA (or 0xDE81AA) is unknown color: approx Kobi. HEX triplet: DE, 81 and AA. RGB value is (222,129,170). Sum of RGB (Red+Green+Blue) = 222+129+170=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE81AA is #217E55. Grayscale: #A1A1A1. Windows color (decimal): -2195030 or 11174366. OLE color: 11174366.

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

Color convert

RGB222129170-
CMYK00.420.230.13
HSL333.55º58.49%68.82%-
HSV(B)333.55º41.89%87.06%-
XYZ45.2334.1342.23-
YUV161.48132.81171.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=42.61%
G=24.76%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212917000.420.230.13333.5558.4968.82
HexDE81AA02A17D14e3a45
Octal336201252052271551672105
Binary11011110100000011010101001010101011111011010011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81AA; }

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

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

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

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

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

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

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

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