#DD82E8

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

Shades of Violet #DD82E8

Tints of Violet #DD82E8

Color information

#DD82E8 (or 0xDD82E8) is unknown color: approx Violet. HEX triplet: DD, 82 and E8. RGB value is (221,130,232). Sum of RGB (Red+Green+Blue) = 221+130+232=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD82E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD82E8 is #227D17. Grayscale: #A8A8A8. Windows color (decimal): -2260248 or 15237853. OLE color: 15237853.

HSL color Cylindrical-coordinate representation of color #DD82E8: hue angle of 293.53º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD82E8 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221130232-
CMYK0.050.4400.09
HSL293.53º68.92%70.98%-
HSV(B)293.53º43.97%90.98%-
XYZ52.3737.1680.76-
YUV168.84163.65165.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 130 (51.17% from 255) = 22.30%
BLUE value IS 232 (91.02% from 255) = 39.79%
R=37.91%
G=22.30%
B=39.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211302320.050.4400.09293.5368.9270.98
HexDD82E852C091264547
Octal335202350554011446105107
Binary1101110110000010111010001011011000100110010011010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82E8; }

 p { color: rgb(221,130,232); }

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

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

 a { background-color: rgb(221,130,232); }

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

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

 span { border-color: rgb(221,130,232); }

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