Shades of Heliotrope #DD70FF
Tints of Heliotrope #DD70FF
RGB
CMYK
RGB Variations
Color information
#DD70FF (or 0xDD70FF) is known color: Heliotrope. HEX triplet: DD, 70 and FF. RGB value is (221,112,255). Sum of RGB (Red+Green+Blue) = 221+112+255=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70FF is #228F00. Grayscale: #A0A0A0. Windows color (decimal): -2264833 or 16740573. OLE color: 16740573.
HSL color Cylindrical-coordinate representation of color #DD70FF: hue angle of 285.73º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD70FF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 112 | 255 | - |
| CMYK | 0.13 | 0.56 | 0 | 0 |
| HSL | 285.73º | 1% | 0.72% | - |
| HSV(B) | 285.73º | 0.56% | 1% | - |
| XYZ | 53.66 | 34.18 | 98.38 | - |
| YUV | 160.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 255 | 0.13 | 0.56 | 0 | 0 | 285.73 | 1 | 0.72 |
| Hex | DD | 70 | FF | D | 38 | 0 | 0 | 11E | 64 | 48 |
| Octal | 335 | 160 | 377 | 15 | 70 | 0 | 0 | 436 | 144 | 110 |
| Binary | 11011101 | 1110000 | 11111111 | 1101 | 111000 | 0 | 0 | 100011110 | 1100100 | 1001000 |
Color Harmonies of #DD70FF
Complementary color
Monochromatic Colors of #DD70FF
Black with #DD70FF
Text Example
Text Example
White with #DD70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70FF; }
p { color: rgb(221,112,255); }
H1.HeaderClassName
{
color: #DD70FF;
}
.AnyTagClassName
{
color: #DD70FF;
}
</style>
background-color css
<style>
a { background-color: #DD70FF; }
a { background-color: rgb(221,112,255); }
div.DivClassName
{
background-color: #DD70FF;
}
.BgClassName
{
background-color: #DD70FF;
}
</style>
border-color css
<style>
span { border-color: #DD70FF; }
span { border-color: rgb(221,112,255); }
td.TdClassName
{
border-color: #DD70FF;
}
.TagClassName
{
border-color: #DD70FF;
}
</style>