Shades of Heliotrope #DD75FF
Tints of Heliotrope #DD75FF
RGB
CMYK
RGB Variations
Color information
#DD75FF (or 0xDD75FF) is known color: Heliotrope. HEX triplet: DD, 75 and FF. RGB value is (221,117,255). Sum of RGB (Red+Green+Blue) = 221+117+255=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 117 (46.09% from 255 or 19.73% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD75FF is #228A00. Grayscale: #A3A3A3. Windows color (decimal): -2263553 or 16741853. OLE color: 16741853.
HSL color Cylindrical-coordinate representation of color #DD75FF: hue angle of 285.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD75FF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 117 | 255 | - |
| CMYK | 0.13 | 0.54 | 0 | 0 |
| HSL | 285.22º | 1% | 0.73% | - |
| HSV(B) | 285.22º | 0.54% | 1% | - |
| XYZ | 54.23 | 35.31 | 98.57 | - |
| YUV | 163.83 | 179.46 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 255 | 0.13 | 0.54 | 0 | 0 | 285.22 | 1 | 0.73 |
| Hex | DD | 75 | FF | D | 36 | 0 | 0 | 11D | 64 | 49 |
| Octal | 335 | 165 | 377 | 15 | 66 | 0 | 0 | 435 | 144 | 111 |
| Binary | 11011101 | 1110101 | 11111111 | 1101 | 110110 | 0 | 0 | 100011101 | 1100100 | 1001001 |
Color Harmonies of #DD75FF
Complementary color
Monochromatic Colors of #DD75FF
Black with #DD75FF
Text Example
Text Example
White with #DD75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75FF; }
p { color: rgb(221,117,255); }
H1.HeaderClassName
{
color: #DD75FF;
}
.AnyTagClassName
{
color: #DD75FF;
}
</style>
background-color css
<style>
a { background-color: #DD75FF; }
a { background-color: rgb(221,117,255); }
div.DivClassName
{
background-color: #DD75FF;
}
.BgClassName
{
background-color: #DD75FF;
}
</style>
border-color css
<style>
span { border-color: #DD75FF; }
span { border-color: rgb(221,117,255); }
td.TdClassName
{
border-color: #DD75FF;
}
.TagClassName
{
border-color: #DD75FF;
}
</style>