Shades of Heliotrope #DD46FF
Tints of Heliotrope #DD46FF
RGB
CMYK
RGB Variations
Color information
#DD46FF (or 0xDD46FF) is known color: Heliotrope. HEX triplet: DD, 46 and FF. RGB value is (221,70,255). Sum of RGB (Red+Green+Blue) = 221+70+255=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 70 (27.73% from 255 or 12.82% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD46FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD46FF is #22B900. Grayscale: #878787. Windows color (decimal): -2275585 or 16729821. OLE color: 16729821.
HSL color Cylindrical-coordinate representation of color #DD46FF: hue angle of 288.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD46FF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 70 | 255 | - |
| CMYK | 0.13 | 0.73 | 0 | 0 |
| HSL | 288.97º | 1% | 0.64% | - |
| HSV(B) | 288.97º | 0.73% | 1% | - |
| XYZ | 50.06 | 26.97 | 97.18 | - |
| YUV | 136.24 | 195.03 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 255 | 0.13 | 0.73 | 0 | 0 | 288.97 | 1 | 0.64 |
| Hex | DD | 46 | FF | D | 49 | 0 | 0 | 121 | 64 | 40 |
| Octal | 335 | 106 | 377 | 15 | 111 | 0 | 0 | 441 | 144 | 100 |
| Binary | 11011101 | 1000110 | 11111111 | 1101 | 1001001 | 0 | 0 | 100100001 | 1100100 | 1000000 |
Color Harmonies of #DD46FF
Complementary color
Monochromatic Colors of #DD46FF
Black with #DD46FF
Text Example
Text Example
White with #DD46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46FF; }
p { color: rgb(221,70,255); }
H1.HeaderClassName
{
color: #DD46FF;
}
.AnyTagClassName
{
color: #DD46FF;
}
</style>
background-color css
<style>
a { background-color: #DD46FF; }
a { background-color: rgb(221,70,255); }
div.DivClassName
{
background-color: #DD46FF;
}
.BgClassName
{
background-color: #DD46FF;
}
</style>
border-color css
<style>
span { border-color: #DD46FF; }
span { border-color: rgb(221,70,255); }
td.TdClassName
{
border-color: #DD46FF;
}
.TagClassName
{
border-color: #DD46FF;
}
</style>