#DF81E7

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

Shades of Violet #DF81E7

Tints of Violet #DF81E7

Color information

#DF81E7 (or 0xDF81E7) is unknown color: approx Violet. HEX triplet: DF, 81 and E7. RGB value is (223,129,231). Sum of RGB (Red+Green+Blue) = 223+129+231=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF81E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF81E7 is #207E18. Grayscale: #A8A8A8. Windows color (decimal): -2129433 or 15172063. OLE color: 15172063.

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

Color convert

RGB223129231-
CMYK0.030.4400.09
HSL295.29º68%70.59%-
HSV(B)295.29º44.16%90.59%-
XYZ52.7137.1680-
YUV168.73163.14166.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 129 (50.78% from 255) = 22.13%
BLUE value IS 231 (90.62% from 255) = 39.62%
R=38.25%
G=22.13%
B=39.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231292310.030.4400.09295.296870.59
HexDF81E732C091274447
Octal337201347354011447104107
Binary110111111000000111100111111011000100110010011110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF81E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF81E7; }

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

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

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

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

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

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

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

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