Shades of Heliotrope #DD5DFF
Tints of Heliotrope #DD5DFF
RGB
CMYK
RGB Variations
Color information
#DD5DFF (or 0xDD5DFF) is known color: Heliotrope. HEX triplet: DD, 5D and FF. RGB value is (221,93,255). Sum of RGB (Red+Green+Blue) = 221+93+255=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 93 (36.72% from 255 or 16.34% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5DFF is #22A200. Grayscale: #959595. Windows color (decimal): -2269697 or 16735709. OLE color: 16735709.
HSL color Cylindrical-coordinate representation of color #DD5DFF: hue angle of 287.41º 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 #DD5DFF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 93 | 255 | - |
| CMYK | 0.13 | 0.64 | 0 | 0 |
| HSL | 287.41º | 1% | 0.68% | - |
| HSV(B) | 287.41º | 0.64% | 1% | - |
| XYZ | 51.78 | 30.42 | 97.75 | - |
| YUV | 149.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 255 | 0.13 | 0.64 | 0 | 0 | 287.41 | 1 | 0.68 |
| Hex | DD | 5D | FF | D | 40 | 0 | 0 | 11F | 64 | 44 |
| Octal | 335 | 135 | 377 | 15 | 100 | 0 | 0 | 437 | 144 | 104 |
| Binary | 11011101 | 1011101 | 11111111 | 1101 | 1000000 | 0 | 0 | 100011111 | 1100100 | 1000100 |
Color Harmonies of #DD5DFF
Complementary color
Monochromatic Colors of #DD5DFF
Black with #DD5DFF
Text Example
Text Example
White with #DD5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5DFF; }
p { color: rgb(221,93,255); }
H1.HeaderClassName
{
color: #DD5DFF;
}
.AnyTagClassName
{
color: #DD5DFF;
}
</style>
background-color css
<style>
a { background-color: #DD5DFF; }
a { background-color: rgb(221,93,255); }
div.DivClassName
{
background-color: #DD5DFF;
}
.BgClassName
{
background-color: #DD5DFF;
}
</style>
border-color css
<style>
span { border-color: #DD5DFF; }
span { border-color: rgb(221,93,255); }
td.TdClassName
{
border-color: #DD5DFF;
}
.TagClassName
{
border-color: #DD5DFF;
}
</style>