#DF8AF0

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

Shades of Violet #DF8AF0

Tints of Violet #DF8AF0

Color information

#DF8AF0 (or 0xDF8AF0) is unknown color: approx Violet. HEX triplet: DF, 8A and F0. RGB value is (223,138,240). Sum of RGB (Red+Green+Blue) = 223+138+240=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF8AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8AF0 is #20750F. Grayscale: #AEAEAE. Windows color (decimal): -2127120 or 15764191. OLE color: 15764191.

HSL color Cylindrical-coordinate representation of color #DF8AF0: hue angle of 290º degrees, saturation: 0.77, 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 #DF8AF0 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223138240-
CMYK0.070.4200.06
HSL290º77.27%74.12%-
HSV(B)290º42.5%94.12%-
XYZ55.2540.1687.28-
YUV175.04164.66162.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=37.10%
G=22.96%
B=39.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231382400.070.4200.0629077.2774.12
HexDF8AF072A061224d4a
Octal33721236075206442115112
Binary110111111000101011110000111101010011010010001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8AF0; }

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

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

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

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

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

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

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

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