#dd86e3

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

Shades of Violet #DD86E3

Tints of Violet #DD86E3

Color information

#DD86E3 (or 0xDD86E3) is unknown color: approx Violet. HEX triplet: DD, 86 and E3. RGB value is (221,134,227). Sum of RGB (Red+Green+Blue) = 221+134+227=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD86E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86E3 is #22791C. Grayscale: #AAAAAA. Windows color (decimal): -2259229 or 14911197. OLE color: 14911197.

HSL color Cylindrical-coordinate representation of color #DD86E3: hue angle of 296.13º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD86E3 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221134227-
CMYK0.030.4100.11
HSL296.13º62.42%70.78%-
HSV(B)296.13º40.97%89.02%-
XYZ52.2137.9777.25-
YUV170.62159.82163.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 134 (52.73% from 255) = 23.02%
BLUE value IS 227 (89.06% from 255) = 39.00%
R=37.97%
G=23.02%
B=39.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211342270.030.4100.11296.1362.4270.78
HexDD86E33290B1283e47
Octal33520634335101345076107
Binary11011101100001101110001111101001010111001010001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd86e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd86e3; }

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

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

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

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

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

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

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

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