#DD86E0

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

Shades of Violet #DD86E0

Tints of Violet #DD86E0

Color information

#DD86E0 (or 0xDD86E0) is unknown color: approx Violet. HEX triplet: DD, 86 and E0. RGB value is (221,134,224). Sum of RGB (Red+Green+Blue) = 221+134+224=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD86E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86E0 is #22791F. Grayscale: #AAAAAA. Windows color (decimal): -2259232 or 14714589. OLE color: 14714589.

HSL color Cylindrical-coordinate representation of color #DD86E0: hue angle of 298º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD86E0 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221134224-
CMYK0.010.4000.12
HSL298º59.21%70.2%-
HSV(B)298º40.18%87.84%-
XYZ51.837.875.09-
YUV170.27158.32164.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 134 (52.73% from 255) = 23.14%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=38.17%
G=23.14%
B=38.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211342240.010.4000.1229859.2170.2
HexDD86E01280C12a3b46
Octal33520634015001445273106
Binary1101110110000110111000001101000011001001010101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86E0; }

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

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

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

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

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

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

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

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