#df3fff

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

Shades of Heliotrope #DF3FFF

Tints of Heliotrope #DF3FFF

Color information

#DF3FFF (or 0xDF3FFF) is unknown color: approx Heliotrope. HEX triplet: DF, 3F and FF. RGB value is (223,63,255). Sum of RGB (Red+Green+Blue) = 223+63+255=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 63 (25% from 255 or 11.65% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF3FFF is #20C000. Grayscale: #848484. Windows color (decimal): -2146305 or 16728031. OLE color: 16728031.

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

Color convert

RGB22363255-
CMYK0.130.7500
HSL290º100%62.35%-
HSV(B)290º75.29%100%-
XYZ50.2626.4697.07-
YUV132.73197.01192.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 63 (25% from 255) = 11.65%
BLUE value IS 255 (100% from 255) = 47.13%
R=41.22%
G=11.65%
B=47.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal223632550.130.750029010062.35
HexDF3FFFD4B00122643e
Octal33777377151130044214476
Binary110111111111111111111111011001011001001000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3fff; }

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

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

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

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

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

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

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

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