#DD81E7

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

Shades of Violet #DD81E7

Tints of Violet #DD81E7

Color information

#DD81E7 (or 0xDD81E7) is unknown color: approx Violet. HEX triplet: DD, 81 and E7. RGB value is (221,129,231). Sum of RGB (Red+Green+Blue) = 221+129+231=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD81E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81E7 is #227E18. Grayscale: #A7A7A7. Windows color (decimal): -2260505 or 15172061. OLE color: 15172061.

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

Color convert

RGB221129231-
CMYK0.040.4400.09
HSL294.12º68%70.59%-
HSV(B)294.12º44.16%90.59%-
XYZ52.0936.8479.97-
YUV168.14163.48165.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 129 (50.78% from 255) = 22.20%
BLUE value IS 231 (90.62% from 255) = 39.76%
R=38.04%
G=22.20%
B=39.76%

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
Decimal2211292310.040.4400.09294.126870.59
HexDD81E742C091264447
Octal335201347454011446104107
Binary1101110110000001111001111001011000100110010011010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81E7; }

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

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

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

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

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

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

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

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