#DE87AA

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

Shades of Kobi #DE87AA

Tints of Kobi #DE87AA

Color information

#DE87AA (or 0xDE87AA) is unknown color: approx Kobi. HEX triplet: DE, 87 and AA. RGB value is (222,135,170). Sum of RGB (Red+Green+Blue) = 222+135+170=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE87AA is #217855. Grayscale: #A4A4A4. Windows color (decimal): -2193494 or 11175902. OLE color: 11175902.

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

Color convert

RGB222135170-
CMYK00.390.230.13
HSL335.86º56.86%70%-
HSV(B)335.86º39.19%87.06%-
XYZ46.0435.7642.51-
YUV165130.82168.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=42.13%
G=25.62%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213517000.390.230.13335.8656.8670
HexDE87AA02717D1503946
Octal336207252047271552071106
Binary11011110100001111010101001001111011111011010100001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87AA; }

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

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

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

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

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

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

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

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