#DE87DD

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

Shades of Violet #DE87DD

Tints of Violet #DE87DD

Color information

#DE87DD (or 0xDE87DD) is unknown color: approx Violet. HEX triplet: DE, 87 and DD. RGB value is (222,135,221). Sum of RGB (Red+Green+Blue) = 222+135+221=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87DD is #217822. Grayscale: #AAAAAA. Windows color (decimal): -2193443 or 14518238. OLE color: 14518238.

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

Color convert

RGB222135221-
CMYK00.390.000.13
HSL300.69º56.86%70%-
HSV(B)300.69º39.19%87.06%-
XYZ51.8438.0873.02-
YUV170.82156.32164.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 135 (53.12% from 255) = 23.36%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=38.41%
G=23.36%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213522100.390.000.13300.6956.8670
HexDE87DD0270D12d3946
Octal33620733504701545571106
Binary1101111010000111110111010100111011011001011011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87DD; }

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

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

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

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

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

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

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

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