Shades of Heliotrope #D560FD
Tints of Heliotrope #D560FD
RGB
CMYK
RGB Variations
Color information
#D560FD (or 0xD560FD) is known color: Heliotrope. HEX triplet: D5, 60 and FD. RGB value is (213,96,253). Sum of RGB (Red+Green+Blue) = 213+96+253=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 96 (37.89% from 255 or 17.08% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #D560FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D560FD is #2A9F02. Grayscale: #949494. Windows color (decimal): -2793219 or 16605397. OLE color: 16605397.
HSL color Cylindrical-coordinate representation of color #D560FD: hue angle of 284.71º 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 #D560FD is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 96 | 253 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.01 |
| HSL | 284.71º | 0.98% | 0.68% | - |
| HSV(B) | 284.71º | 0.62% | 0.99% | - |
| XYZ | 49.35 | 29.6 | 96.04 | - |
| YUV | 148.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 253 | 0.16 | 0.62 | 0 | 0.01 | 284.71 | 0.98 | 0.68 |
| Hex | D5 | 60 | FD | 10 | 3E | 0 | 1 | 11D | 62 | 44 |
| Octal | 325 | 140 | 375 | 20 | 76 | 0 | 1 | 435 | 142 | 104 |
| Binary | 11010101 | 1100000 | 11111101 | 10000 | 111110 | 0 | 1 | 100011101 | 1100010 | 1000100 |
Color Harmonies of #D560FD
Complementary color
Monochromatic Colors of #D560FD
Black with #D560FD
Text Example
Text Example
White with #D560FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D560FD; }
p { color: rgb(213,96,253); }
H1.HeaderClassName
{
color: #D560FD;
}
.AnyTagClassName
{
color: #D560FD;
}
</style>
background-color css
<style>
a { background-color: #D560FD; }
a { background-color: rgb(213,96,253); }
div.DivClassName
{
background-color: #D560FD;
}
.BgClassName
{
background-color: #D560FD;
}
</style>
border-color css
<style>
span { border-color: #D560FD; }
span { border-color: rgb(213,96,253); }
td.TdClassName
{
border-color: #D560FD;
}
.TagClassName
{
border-color: #D560FD;
}
</style>