#DD81EE

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

Shades of Violet #DD81EE

Tints of Violet #DD81EE

Color information

#DD81EE (or 0xDD81EE) is unknown color: approx Violet. HEX triplet: DD, 81 and EE. RGB value is (221,129,238). Sum of RGB (Red+Green+Blue) = 221+129+238=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81EE is #227E11. Grayscale: #A8A8A8. Windows color (decimal): -2260498 or 15630813. OLE color: 15630813.

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

Color convert

RGB221129238-
CMYK0.070.4600.07
HSL290.64º76.22%71.96%-
HSV(B)290.64º45.8%93.33%-
XYZ53.137.2585.28-
YUV168.93166.98165.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 129 (50.78% from 255) = 21.94%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=37.59%
G=21.94%
B=40.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211292380.070.4600.07290.6476.2271.96
HexDD81EE72E071234c48
Octal33520135675607443114110
Binary110111011000000111101110111101110011110010001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81EE; }

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

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

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

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

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

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

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

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