Shades of Heliotrope #D360FD
Tints of Heliotrope #D360FD
RGB
CMYK
RGB Variations
Color information
#D360FD (or 0xD360FD) is known color: Heliotrope. HEX triplet: D3, 60 and FD. RGB value is (211,96,253). Sum of RGB (Red+Green+Blue) = 211+96+253=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #D360FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D360FD is #2C9F02. Grayscale: #939393. Windows color (decimal): -2924291 or 16605395. OLE color: 16605395.
HSL color Cylindrical-coordinate representation of color #D360FD: hue angle of 283.95º 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 #D360FD is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 96 | 253 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.01 |
| HSL | 283.95º | 0.98% | 0.68% | - |
| HSV(B) | 283.95º | 0.62% | 0.99% | - |
| XYZ | 48.78 | 29.31 | 96.01 | - |
| YUV | 148.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 253 | 0.17 | 0.62 | 0 | 0.01 | 283.95 | 0.98 | 0.68 |
| Hex | D3 | 60 | FD | 11 | 3E | 0 | 1 | 11C | 62 | 44 |
| Octal | 323 | 140 | 375 | 21 | 76 | 0 | 1 | 434 | 142 | 104 |
| Binary | 11010011 | 1100000 | 11111101 | 10001 | 111110 | 0 | 1 | 100011100 | 1100010 | 1000100 |
Color Harmonies of #D360FD
Complementary color
Monochromatic Colors of #D360FD
Black with #D360FD
Text Example
Text Example
White with #D360FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360FD; }
p { color: rgb(211,96,253); }
H1.HeaderClassName
{
color: #D360FD;
}
.AnyTagClassName
{
color: #D360FD;
}
</style>
background-color css
<style>
a { background-color: #D360FD; }
a { background-color: rgb(211,96,253); }
div.DivClassName
{
background-color: #D360FD;
}
.BgClassName
{
background-color: #D360FD;
}
</style>
border-color css
<style>
span { border-color: #D360FD; }
span { border-color: rgb(211,96,253); }
td.TdClassName
{
border-color: #D360FD;
}
.TagClassName
{
border-color: #D360FD;
}
</style>