#DF88F0

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

Shades of Violet #DF88F0

Tints of Violet #DF88F0

Color information

#DF88F0 (or 0xDF88F0) is unknown color: approx Violet. HEX triplet: DF, 88 and F0. RGB value is (223,136,240). Sum of RGB (Red+Green+Blue) = 223+136+240=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF88F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF88F0 is #20770F. Grayscale: #ADADAD. Windows color (decimal): -2127632 or 15763679. OLE color: 15763679.

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

Color convert

RGB223136240-
CMYK0.070.4300.06
HSL290.19º77.61%73.73%-
HSV(B)290.19º43.33%94.12%-
XYZ54.9639.5987.18-
YUV173.87165.32163.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 136 (53.52% from 255) = 22.70%
BLUE value IS 240 (94.14% from 255) = 40.07%
R=37.23%
G=22.70%
B=40.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231362400.070.4300.06290.1977.6173.73
HexDF88F072B061224e4a
Octal33721036075306442116112
Binary110111111000100011110000111101011011010010001010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88F0; }

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

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

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

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

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

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

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

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