Shades of Heliotrope #DD59FC
Tints of Heliotrope #DD59FC
RGB
CMYK
RGB Variations
Color information
#DD59FC (or 0xDD59FC) is known color: Heliotrope. HEX triplet: DD, 59 and FC. RGB value is (221,89,252). Sum of RGB (Red+Green+Blue) = 221+89+252=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 89 (35.16% from 255 or 15.84% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD59FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD59FC is #22A603. Grayscale: #929292. Windows color (decimal): -2270724 or 16538077. OLE color: 16538077.
HSL color Cylindrical-coordinate representation of color #DD59FC: hue angle of 288.59º degrees, saturation: 0.96, 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 #DD59FC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 89 | 252 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.01 |
| HSL | 288.59º | 0.96% | 0.67% | - |
| HSV(B) | 288.59º | 0.65% | 0.99% | - |
| XYZ | 50.96 | 29.55 | 95.11 | - |
| YUV | 147.05 | 187.23 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 252 | 0.12 | 0.65 | 0 | 0.01 | 288.59 | 0.96 | 0.67 |
| Hex | DD | 59 | FC | C | 41 | 0 | 1 | 121 | 60 | 43 |
| Octal | 335 | 131 | 374 | 14 | 101 | 0 | 1 | 441 | 140 | 103 |
| Binary | 11011101 | 1011001 | 11111100 | 1100 | 1000001 | 0 | 1 | 100100001 | 1100000 | 1000011 |
Color Harmonies of #DD59FC
Complementary color
Monochromatic Colors of #DD59FC
Black with #DD59FC
Text Example
Text Example
White with #DD59FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59FC; }
p { color: rgb(221,89,252); }
H1.HeaderClassName
{
color: #DD59FC;
}
.AnyTagClassName
{
color: #DD59FC;
}
</style>
background-color css
<style>
a { background-color: #DD59FC; }
a { background-color: rgb(221,89,252); }
div.DivClassName
{
background-color: #DD59FC;
}
.BgClassName
{
background-color: #DD59FC;
}
</style>
border-color css
<style>
span { border-color: #DD59FC; }
span { border-color: rgb(221,89,252); }
td.TdClassName
{
border-color: #DD59FC;
}
.TagClassName
{
border-color: #DD59FC;
}
</style>