#DE88DE

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

Shades of Violet #DE88DE

Tints of Violet #DE88DE

Color information

#DE88DE (or 0xDE88DE) is unknown color: approx Violet. HEX triplet: DE, 88 and DE. RGB value is (222,136,222). Sum of RGB (Red+Green+Blue) = 222+136+222=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE88DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88DE is #217721. Grayscale: #ABABAB. Windows color (decimal): -2193186 or 14584030. OLE color: 14584030.

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

Color convert

RGB222136222-
CMYK00.3900.13
HSL300º56.58%70.2%-
HSV(B)300º38.74%87.06%-
XYZ52.1138.4173.77-
YUV171.52156.49164.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 136 (53.52% from 255) = 23.45%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=38.28%
G=23.45%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213622200.3900.1330056.5870.2
HexDE88DE0270D12c3946
Octal33621033604701545471106
Binary1101111010001000110111100100111011011001011001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88DE; }

 p { color: rgb(222,136,222); }

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

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

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

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

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

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

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