Shades of Heliotrope #D060FD
Tints of Heliotrope #D060FD
RGB
CMYK
RGB Variations
Color information
#D060FD (or 0xD060FD) is known color: Heliotrope. HEX triplet: D0, 60 and FD. RGB value is (208,96,253). Sum of RGB (Red+Green+Blue) = 208+96+253=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 96 (37.89% from 255 or 17.24% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #D060FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060FD is #2F9F02. Grayscale: #929292. Windows color (decimal): -3120899 or 16605392. OLE color: 16605392.
HSL color Cylindrical-coordinate representation of color #D060FD: hue angle of 282.8º 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 #D060FD is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 96 | 253 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.01 |
| HSL | 282.8º | 0.98% | 0.68% | - |
| HSV(B) | 282.8º | 0.62% | 0.99% | - |
| XYZ | 47.92 | 28.87 | 95.97 | - |
| YUV | 147.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 253 | 0.18 | 0.62 | 0 | 0.01 | 282.8 | 0.98 | 0.68 |
| Hex | D0 | 60 | FD | 12 | 3E | 0 | 1 | 11B | 62 | 44 |
| Octal | 320 | 140 | 375 | 22 | 76 | 0 | 1 | 433 | 142 | 104 |
| Binary | 11010000 | 1100000 | 11111101 | 10010 | 111110 | 0 | 1 | 100011011 | 1100010 | 1000100 |
Color Harmonies of #D060FD
Complementary color
Monochromatic Colors of #D060FD
Black with #D060FD
Text Example
Text Example
White with #D060FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D060FD; }
p { color: rgb(208,96,253); }
H1.HeaderClassName
{
color: #D060FD;
}
.AnyTagClassName
{
color: #D060FD;
}
</style>
background-color css
<style>
a { background-color: #D060FD; }
a { background-color: rgb(208,96,253); }
div.DivClassName
{
background-color: #D060FD;
}
.BgClassName
{
background-color: #D060FD;
}
</style>
border-color css
<style>
span { border-color: #D060FD; }
span { border-color: rgb(208,96,253); }
td.TdClassName
{
border-color: #D060FD;
}
.TagClassName
{
border-color: #D060FD;
}
</style>