#DD86EE

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

Shades of Violet #DD86EE

Tints of Violet #DD86EE

Color information

#DD86EE (or 0xDD86EE) is unknown color: approx Violet. HEX triplet: DD, 86 and EE. RGB value is (221,134,238). Sum of RGB (Red+Green+Blue) = 221+134+238=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD86EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86EE is #227911. Grayscale: #ABABAB. Windows color (decimal): -2259218 or 15632093. OLE color: 15632093.

HSL color Cylindrical-coordinate representation of color #DD86EE: hue angle of 290.19º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD86EE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221134238-
CMYK0.070.4400.07
HSL290.19º75.36%72.94%-
HSV(B)290.19º43.7%93.33%-
XYZ53.7838.685.5-
YUV171.87165.32163.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 134 (52.73% from 255) = 22.60%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=37.27%
G=22.60%
B=40.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211342380.070.4400.07290.1975.3672.94
HexDD86EE72C071224b49
Octal33520635675407442113111
Binary110111011000011011101110111101100011110010001010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86EE; }

 p { color: rgb(221,134,238); }

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

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

 a { background-color: rgb(221,134,238); }

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

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

 span { border-color: rgb(221,134,238); }

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