Shades of Heliotrope #D559FD
Tints of Heliotrope #D559FD
RGB
CMYK
RGB Variations
Color information
#D559FD (or 0xD559FD) is known color: Heliotrope. HEX triplet: D5, 59 and FD. RGB value is (213,89,253). Sum of RGB (Red+Green+Blue) = 213+89+253=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #D559FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D559FD is #2AA602. Grayscale: #909090. Windows color (decimal): -2795011 or 16603605. OLE color: 16603605.
HSL color Cylindrical-coordinate representation of color #D559FD: hue angle of 285.37º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D559FD is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 89 | 253 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.01 |
| HSL | 285.37º | 0.98% | 0.67% | - |
| HSV(B) | 285.37º | 0.65% | 0.99% | - |
| XYZ | 48.74 | 28.38 | 95.84 | - |
| YUV | 144.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 253 | 0.16 | 0.65 | 0 | 0.01 | 285.37 | 0.98 | 0.67 |
| Hex | D5 | 59 | FD | 10 | 41 | 0 | 1 | 11D | 62 | 43 |
| Octal | 325 | 131 | 375 | 20 | 101 | 0 | 1 | 435 | 142 | 103 |
| Binary | 11010101 | 1011001 | 11111101 | 10000 | 1000001 | 0 | 1 | 100011101 | 1100010 | 1000011 |
Color Harmonies of #D559FD
Complementary color
Monochromatic Colors of #D559FD
Black with #D559FD
Text Example
Text Example
White with #D559FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559FD; }
p { color: rgb(213,89,253); }
H1.HeaderClassName
{
color: #D559FD;
}
.AnyTagClassName
{
color: #D559FD;
}
</style>
background-color css
<style>
a { background-color: #D559FD; }
a { background-color: rgb(213,89,253); }
div.DivClassName
{
background-color: #D559FD;
}
.BgClassName
{
background-color: #D559FD;
}
</style>
border-color css
<style>
span { border-color: #D559FD; }
span { border-color: rgb(213,89,253); }
td.TdClassName
{
border-color: #D559FD;
}
.TagClassName
{
border-color: #D559FD;
}
</style>