#DF6AF0

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

Shades of Heliotrope #DF6AF0

Tints of Heliotrope #DF6AF0

Color information

#DF6AF0 (or 0xDF6AF0) is unknown color: approx Heliotrope. HEX triplet: DF, 6A and F0. RGB value is (223,106,240). Sum of RGB (Red+Green+Blue) = 223+106+240=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6AF0 is #20950F. Grayscale: #9B9B9B. Windows color (decimal): -2135312 or 15755999. OLE color: 15755999.

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

Color convert

RGB223106240-
CMYK0.070.5600.06
HSL292.39º81.71%67.84%-
HSV(B)292.39º55.83%94.12%-
XYZ51.3132.2985.97-
YUV156.26175.26175.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 106 (41.80% from 255) = 18.63%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=39.19%
G=18.63%
B=42.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231062400.070.5600.06292.3981.7167.84
HexDF6AF0738061245244
Octal33715236077006444122104
Binary11011111110101011110000111111000011010010010010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6AF0; }

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

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

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

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

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

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

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

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