#DE87AD

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

Shades of Kobi #DE87AD

Tints of Kobi #DE87AD

Color information

#DE87AD (or 0xDE87AD) is unknown color: approx Kobi. HEX triplet: DE, 87 and AD. RGB value is (222,135,173). Sum of RGB (Red+Green+Blue) = 222+135+173=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE87AD is #217852. Grayscale: #A5A5A5. Windows color (decimal): -2193491 or 11372510. OLE color: 11372510.

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

Color convert

RGB222135173-
CMYK00.390.220.13
HSL333.79º56.86%70%-
HSV(B)333.79º39.19%87.06%-
XYZ46.3335.8744.02-
YUV165.34132.32168.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 135 (53.12% from 255) = 25.47%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=41.89%
G=25.47%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213517300.390.220.13333.7956.8670
HexDE87AD02716D14e3946
Octal336207255047261551671106
Binary11011110100001111010110101001111011011011010011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87AD; }

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

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

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

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

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

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

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

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