#DF8DED

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

Shades of Violet #DF8DED

Tints of Violet #DF8DED

Color information

#DF8DED (or 0xDF8DED) is unknown color: approx Violet. HEX triplet: DF, 8D and ED. RGB value is (223,141,237). Sum of RGB (Red+Green+Blue) = 223+141+237=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF8DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8DED is #207212. Grayscale: #B0B0B0. Windows color (decimal): -2126355 or 15568351. OLE color: 15568351.

HSL color Cylindrical-coordinate representation of color #DF8DED: hue angle of 291.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8DED is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223141237-
CMYK0.060.4100.07
HSL291.25º72.73%74.12%-
HSV(B)291.25º40.51%92.94%-
XYZ55.2440.8585.09-
YUV176.46162.17161.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 141 (55.47% from 255) = 23.46%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=37.10%
G=23.46%
B=39.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231412370.060.4100.07291.2572.7374.12
HexDF8DED62907123494a
Octal33721535565107443111112
Binary110111111000110111101101110101001011110010001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8DED; }

 p { color: rgb(223,141,237); }

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

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

 a { background-color: rgb(223,141,237); }

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

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

 span { border-color: rgb(223,141,237); }

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