#DD82EE

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

Shades of Violet #DD82EE

Tints of Violet #DD82EE

Color information

#DD82EE (or 0xDD82EE) is unknown color: approx Violet. HEX triplet: DD, 82 and EE. RGB value is (221,130,238). Sum of RGB (Red+Green+Blue) = 221+130+238=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD82EE is #227D11. Grayscale: #A9A9A9. Windows color (decimal): -2260242 or 15631069. OLE color: 15631069.

HSL color Cylindrical-coordinate representation of color #DD82EE: hue angle of 290.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD82EE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221130238-
CMYK0.070.4500.07
HSL290.56º76.06%72.16%-
HSV(B)290.56º45.38%93.33%-
XYZ53.2337.5185.32-
YUV169.52166.65164.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 130 (51.17% from 255) = 22.07%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=37.52%
G=22.07%
B=40.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211302380.070.4500.07290.5676.0672.16
HexDD82EE72D071234c48
Octal33520235675507443114110
Binary110111011000001011101110111101101011110010001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82EE; }

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

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

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

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

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

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

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

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