#DF40FF

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

Shades of Heliotrope #DF40FF

Tints of Heliotrope #DF40FF

Color information

#DF40FF (or 0xDF40FF) is unknown color: approx Heliotrope. HEX triplet: DF, 40 and FF. RGB value is (223,64,255). Sum of RGB (Red+Green+Blue) = 223+64+255=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 64 (25.39% from 255 or 11.81% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF40FF is #20BF00. Grayscale: #848484. Windows color (decimal): -2146049 or 16728287. OLE color: 16728287.

HSL color Cylindrical-coordinate representation of color #DF40FF: hue angle of 289.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF40FF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22364255-
CMYK0.130.7500
HSL289.95º100%62.55%-
HSV(B)289.95º74.9%100%-
XYZ50.3126.5797.09-
YUV133.32196.68191.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 64 (25.39% from 255) = 11.81%
BLUE value IS 255 (100% from 255) = 47.05%
R=41.14%
G=11.81%
B=47.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal223642550.130.7500289.9510062.55
HexDF40FFD4B00122643f
Octal337100377151130044214477
Binary1101111110000001111111111011001011001001000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF40FF; }

 p { color: rgb(223,64,255); }

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

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

 a { background-color: rgb(223,64,255); }

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

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

 span { border-color: rgb(223,64,255); }

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