#DF8DF0

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

Shades of Violet #DF8DF0

Tints of Violet #DF8DF0

Color information

#DF8DF0 (or 0xDF8DF0) is unknown color: approx Violet. HEX triplet: DF, 8D and F0. RGB value is (223,141,240). Sum of RGB (Red+Green+Blue) = 223+141+240=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF8DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8DF0 is #20720F. Grayscale: #B0B0B0. Windows color (decimal): -2126352 or 15764959. OLE color: 15764959.

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

Color convert

RGB223141240-
CMYK0.070.4100.06
HSL289.7º76.74%74.71%-
HSV(B)289.7º41.25%94.12%-
XYZ55.6841.0387.42-
YUV176.8163.67160.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 141 (55.47% from 255) = 23.34%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=36.92%
G=23.34%
B=39.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231412400.070.4100.06289.776.7474.71
HexDF8DF0729061224d4b
Octal33721536075106442115113
Binary110111111000110111110000111101001011010010001010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8DF0; }

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

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

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

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

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

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

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

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