Shades of Heliotrope #DD5FFF
Tints of Heliotrope #DD5FFF
RGB
CMYK
RGB Variations
Color information
#DD5FFF (or 0xDD5FFF) is known color: Heliotrope. HEX triplet: DD, 5F and FF. RGB value is (221,95,255). Sum of RGB (Red+Green+Blue) = 221+95+255=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 95 (37.5% from 255 or 16.64% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5FFF is #22A000. Grayscale: #969696. Windows color (decimal): -2269185 or 16736221. OLE color: 16736221.
HSL color Cylindrical-coordinate representation of color #DD5FFF: hue angle of 287.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5FFF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 95 | 255 | - |
| CMYK | 0.13 | 0.63 | 0 | 0 |
| HSL | 287.25º | 1% | 0.69% | - |
| HSV(B) | 287.25º | 0.63% | 1% | - |
| XYZ | 51.96 | 30.78 | 97.81 | - |
| YUV | 150.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 255 | 0.13 | 0.63 | 0 | 0 | 287.25 | 1 | 0.69 |
| Hex | DD | 5F | FF | D | 3F | 0 | 0 | 11F | 64 | 45 |
| Octal | 335 | 137 | 377 | 15 | 77 | 0 | 0 | 437 | 144 | 105 |
| Binary | 11011101 | 1011111 | 11111111 | 1101 | 111111 | 0 | 0 | 100011111 | 1100100 | 1000101 |
Color Harmonies of #DD5FFF
Complementary color
Monochromatic Colors of #DD5FFF
Black with #DD5FFF
Text Example
Text Example
White with #DD5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FFF; }
p { color: rgb(221,95,255); }
H1.HeaderClassName
{
color: #DD5FFF;
}
.AnyTagClassName
{
color: #DD5FFF;
}
</style>
background-color css
<style>
a { background-color: #DD5FFF; }
a { background-color: rgb(221,95,255); }
div.DivClassName
{
background-color: #DD5FFF;
}
.BgClassName
{
background-color: #DD5FFF;
}
</style>
border-color css
<style>
span { border-color: #DD5FFF; }
span { border-color: rgb(221,95,255); }
td.TdClassName
{
border-color: #DD5FFF;
}
.TagClassName
{
border-color: #DD5FFF;
}
</style>