#DD82E7

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

Shades of Violet #DD82E7

Tints of Violet #DD82E7

Color information

#DD82E7 (or 0xDD82E7) is unknown color: approx Violet. HEX triplet: DD, 82 and E7. RGB value is (221,130,231). Sum of RGB (Red+Green+Blue) = 221+130+231=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD82E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD82E7 is #227D18. Grayscale: #A8A8A8. Windows color (decimal): -2260249 or 15172317. OLE color: 15172317.

HSL color Cylindrical-coordinate representation of color #DD82E7: hue angle of 294.06º degrees, saturation: 0.68, 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 #DD82E7 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221130231-
CMYK0.040.4400.09
HSL294.06º67.79%70.78%-
HSV(B)294.06º43.72%90.59%-
XYZ52.2337.1180.01-
YUV168.72163.15165.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 130 (51.17% from 255) = 22.34%
BLUE value IS 231 (90.62% from 255) = 39.69%
R=37.97%
G=22.34%
B=39.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211302310.040.4400.09294.0667.7970.78
HexDD82E742C091264447
Octal335202347454011446104107
Binary1101110110000010111001111001011000100110010011010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82E7; }

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

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

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

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

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

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

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

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