Shades of Heliotrope #DD5BFF
Tints of Heliotrope #DD5BFF
RGB
CMYK
RGB Variations
Color information
#DD5BFF (or 0xDD5BFF) is known color: Heliotrope. HEX triplet: DD, 5B and FF. RGB value is (221,91,255). Sum of RGB (Red+Green+Blue) = 221+91+255=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 91 (35.94% from 255 or 16.05% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD5BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5BFF is #22A400. Grayscale: #949494. Windows color (decimal): -2270209 or 16735197. OLE color: 16735197.
HSL color Cylindrical-coordinate representation of color #DD5BFF: hue angle of 287.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5BFF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 91 | 255 | - |
| CMYK | 0.13 | 0.64 | 0 | 0 |
| HSL | 287.56º | 1% | 0.68% | - |
| HSV(B) | 287.56º | 0.64% | 1% | - |
| XYZ | 51.61 | 30.07 | 97.69 | - |
| YUV | 148.57 | 188.07 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 255 | 0.13 | 0.64 | 0 | 0 | 287.56 | 1 | 0.68 |
| Hex | DD | 5B | FF | D | 40 | 0 | 0 | 120 | 64 | 44 |
| Octal | 335 | 133 | 377 | 15 | 100 | 0 | 0 | 440 | 144 | 104 |
| Binary | 11011101 | 1011011 | 11111111 | 1101 | 1000000 | 0 | 0 | 100100000 | 1100100 | 1000100 |
Color Harmonies of #DD5BFF
Complementary color
Monochromatic Colors of #DD5BFF
Black with #DD5BFF
Text Example
Text Example
White with #DD5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BFF; }
p { color: rgb(221,91,255); }
H1.HeaderClassName
{
color: #DD5BFF;
}
.AnyTagClassName
{
color: #DD5BFF;
}
</style>
background-color css
<style>
a { background-color: #DD5BFF; }
a { background-color: rgb(221,91,255); }
div.DivClassName
{
background-color: #DD5BFF;
}
.BgClassName
{
background-color: #DD5BFF;
}
</style>
border-color css
<style>
span { border-color: #DD5BFF; }
span { border-color: rgb(221,91,255); }
td.TdClassName
{
border-color: #DD5BFF;
}
.TagClassName
{
border-color: #DD5BFF;
}
</style>