Shades of Heliotrope #DD5EFF
Tints of Heliotrope #DD5EFF
RGB
CMYK
RGB Variations
Color information
#DD5EFF (or 0xDD5EFF) is known color: Heliotrope. HEX triplet: DD, 5E and FF. RGB value is (221,94,255). Sum of RGB (Red+Green+Blue) = 221+94+255=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 94 (37.11% from 255 or 16.49% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5EFF is #22A100. Grayscale: #959595. Windows color (decimal): -2269441 or 16735965. OLE color: 16735965.
HSL color Cylindrical-coordinate representation of color #DD5EFF: hue angle of 287.33º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5EFF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 94 | 255 | - |
| CMYK | 0.13 | 0.63 | 0 | 0 |
| HSL | 287.33º | 1% | 0.68% | - |
| HSV(B) | 287.33º | 0.63% | 1% | - |
| XYZ | 51.87 | 30.6 | 97.78 | - |
| YUV | 150.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 255 | 0.13 | 0.63 | 0 | 0 | 287.33 | 1 | 0.68 |
| Hex | DD | 5E | FF | D | 3F | 0 | 0 | 11F | 64 | 44 |
| Octal | 335 | 136 | 377 | 15 | 77 | 0 | 0 | 437 | 144 | 104 |
| Binary | 11011101 | 1011110 | 11111111 | 1101 | 111111 | 0 | 0 | 100011111 | 1100100 | 1000100 |
Color Harmonies of #DD5EFF
Complementary color
Monochromatic Colors of #DD5EFF
Black with #DD5EFF
Text Example
Text Example
White with #DD5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EFF; }
p { color: rgb(221,94,255); }
H1.HeaderClassName
{
color: #DD5EFF;
}
.AnyTagClassName
{
color: #DD5EFF;
}
</style>
background-color css
<style>
a { background-color: #DD5EFF; }
a { background-color: rgb(221,94,255); }
div.DivClassName
{
background-color: #DD5EFF;
}
.BgClassName
{
background-color: #DD5EFF;
}
</style>
border-color css
<style>
span { border-color: #DD5EFF; }
span { border-color: rgb(221,94,255); }
td.TdClassName
{
border-color: #DD5EFF;
}
.TagClassName
{
border-color: #DD5EFF;
}
</style>