#DD86E7

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

Shades of Violet #DD86E7

Tints of Violet #DD86E7

Color information

#DD86E7 (or 0xDD86E7) is unknown color: approx Violet. HEX triplet: DD, 86 and E7. RGB value is (221,134,231). Sum of RGB (Red+Green+Blue) = 221+134+231=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD86E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86E7 is #227918. Grayscale: #AAAAAA. Windows color (decimal): -2259225 or 15173341. OLE color: 15173341.

HSL color Cylindrical-coordinate representation of color #DD86E7: hue angle of 293.81º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD86E7 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221134231-
CMYK0.040.4200.09
HSL293.81º66.9%71.57%-
HSV(B)293.81º41.99%90.59%-
XYZ52.7738.1980.19-
YUV171.07161.82163.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 134 (52.73% from 255) = 22.87%
BLUE value IS 231 (90.62% from 255) = 39.42%
R=37.71%
G=22.87%
B=39.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211342310.040.4200.09293.8166.971.57
HexDD86E742A091264348
Octal335206347452011446103110
Binary1101110110000110111001111001010100100110010011010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86E7; }

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

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

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

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

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

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

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

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