#DF85F0

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

Shades of Violet #DF85F0

Tints of Violet #DF85F0

Color information

#DF85F0 (or 0xDF85F0) is unknown color: approx Violet. HEX triplet: DF, 85 and F0. RGB value is (223,133,240). Sum of RGB (Red+Green+Blue) = 223+133+240=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF85F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85F0 is #207A0F. Grayscale: #ABABAB. Windows color (decimal): -2128400 or 15762911. OLE color: 15762911.

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

Color convert

RGB223133240-
CMYK0.070.4500.06
HSL290.47º78.1%73.14%-
HSV(B)290.47º44.58%94.12%-
XYZ54.5538.7587.04-
YUV172.11166.32164.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 133 (52.34% from 255) = 22.32%
BLUE value IS 240 (94.14% from 255) = 40.27%
R=37.42%
G=22.32%
B=40.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231332400.070.4500.06290.4778.173.14
HexDF85F072D061224e49
Octal33720536075506442116111
Binary110111111000010111110000111101101011010010001010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF85F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF85F0; }

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

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

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

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

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

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

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

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