#DE87A6

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

Shades of Kobi #DE87A6

Tints of Kobi #DE87A6

Color information

#DE87A6 (or 0xDE87A6) is unknown color: approx Kobi. HEX triplet: DE, 87 and A6. RGB value is (222,135,166). Sum of RGB (Red+Green+Blue) = 222+135+166=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE87A6 is #217859. Grayscale: #A4A4A4. Windows color (decimal): -2193498 or 10913758. OLE color: 10913758.

HSL color Cylindrical-coordinate representation of color #DE87A6: hue angle of 338.62º 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 #DE87A6 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB222135166-
CMYK00.390.250.13
HSL338.62º56.86%70%-
HSV(B)338.62º39.19%87.06%-
XYZ45.6735.6140.54-
YUV164.55128.82168.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 135 (53.12% from 255) = 25.81%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=42.45%
G=25.81%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213516600.390.250.13338.6256.8670
HexDE87A602719D1533946
Octal336207246047311552371106
Binary11011110100001111010011001001111100111011010100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87A6; }

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

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

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

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

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

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

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

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