Shades of Heliotrope #DF60FD
Tints of Heliotrope #DF60FD
RGB
CMYK
RGB Variations
Color information
#DF60FD (or 0xDF60FD) is known color: Heliotrope. HEX triplet: DF, 60 and FD. RGB value is (223,96,253). Sum of RGB (Red+Green+Blue) = 223+96+253=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 96 (37.89% from 255 or 16.78% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60FD is #209F02. Grayscale: #979797. Windows color (decimal): -2137859 or 16605407. OLE color: 16605407.
HSL color Cylindrical-coordinate representation of color #DF60FD: hue angle of 288.54º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF60FD is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 96 | 253 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.01 |
| HSL | 288.54º | 0.98% | 0.68% | - |
| HSV(B) | 288.54º | 0.62% | 0.99% | - |
| XYZ | 52.34 | 31.15 | 96.18 | - |
| YUV | 151.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 253 | 0.12 | 0.62 | 0 | 0.01 | 288.54 | 0.98 | 0.68 |
| Hex | DF | 60 | FD | C | 3E | 0 | 1 | 121 | 62 | 44 |
| Octal | 337 | 140 | 375 | 14 | 76 | 0 | 1 | 441 | 142 | 104 |
| Binary | 11011111 | 1100000 | 11111101 | 1100 | 111110 | 0 | 1 | 100100001 | 1100010 | 1000100 |
Color Harmonies of #DF60FD
Complementary color
Monochromatic Colors of #DF60FD
Black with #DF60FD
Text Example
Text Example
White with #DF60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60FD; }
p { color: rgb(223,96,253); }
H1.HeaderClassName
{
color: #DF60FD;
}
.AnyTagClassName
{
color: #DF60FD;
}
</style>
background-color css
<style>
a { background-color: #DF60FD; }
a { background-color: rgb(223,96,253); }
div.DivClassName
{
background-color: #DF60FD;
}
.BgClassName
{
background-color: #DF60FD;
}
</style>
border-color css
<style>
span { border-color: #DF60FD; }
span { border-color: rgb(223,96,253); }
td.TdClassName
{
border-color: #DF60FD;
}
.TagClassName
{
border-color: #DF60FD;
}
</style>