Shades of Heliotrope #DF3FFF
Tints of Heliotrope #DF3FFF
RGB
CMYK
RGB Variations
Color information
#DF3FFF (or 0xDF3FFF) is known color: 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
| RGB | 223 | 63 | 255 | - |
| CMYK | 0.13 | 0.75 | 0 | 0 |
| HSL | 290º | 1% | 0.62% | - |
| HSV(B) | 290º | 0.75% | 1% | - |
| XYZ | 50.26 | 26.46 | 97.07 | - |
| YUV | 132.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 255 | 0.13 | 0.75 | 0 | 0 | 290 | 1 | 0.62 |
| Hex | DF | 3F | FF | D | 4B | 0 | 0 | 122 | 64 | 3E |
| Octal | 337 | 77 | 377 | 15 | 113 | 0 | 0 | 442 | 144 | 76 |
| Binary | 11011111 | 111111 | 11111111 | 1101 | 1001011 | 0 | 0 | 100100010 | 1100100 | 111110 |
Color Harmonies of #DF3FFF
Complementary color
Monochromatic Colors of #DF3FFF
Black with #DF3FFF
Text Example
Text Example
White with #DF3FFF
Text Example
Text Example
HTML Codes & Css Web 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>