Shades of Heliotrope #DD75EF
Tints of Heliotrope #DD75EF
RGB
CMYK
RGB Variations
Color information
#DD75EF (or 0xDD75EF) is known color: Heliotrope. HEX triplet: DD, 75 and EF. RGB value is (221,117,239). Sum of RGB (Red+Green+Blue) = 221+117+239=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD75EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD75EF is #228A10. Grayscale: #A1A1A1. Windows color (decimal): -2263569 or 15693277. OLE color: 15693277.
HSL color Cylindrical-coordinate representation of color #DD75EF: hue angle of 291.15º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD75EF is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 117 | 239 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.06 |
| HSL | 291.15º | 0.79% | 0.7% | - |
| HSV(B) | 291.15º | 0.51% | 0.94% | - |
| XYZ | 51.76 | 34.33 | 85.56 | - |
| YUV | 162 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 239 | 0.08 | 0.51 | 0 | 0.06 | 291.15 | 0.79 | 0.7 |
| Hex | DD | 75 | EF | 8 | 33 | 0 | 6 | 123 | 4F | 46 |
| Octal | 335 | 165 | 357 | 10 | 63 | 0 | 6 | 443 | 117 | 106 |
| Binary | 11011101 | 1110101 | 11101111 | 1000 | 110011 | 0 | 110 | 100100011 | 1001111 | 1000110 |
Color Harmonies of #DD75EF
Complementary color
Monochromatic Colors of #DD75EF
Black with #DD75EF
Text Example
Text Example
White with #DD75EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75EF; }
p { color: rgb(221,117,239); }
H1.HeaderClassName
{
color: #DD75EF;
}
.AnyTagClassName
{
color: #DD75EF;
}
</style>
background-color css
<style>
a { background-color: #DD75EF; }
a { background-color: rgb(221,117,239); }
div.DivClassName
{
background-color: #DD75EF;
}
.BgClassName
{
background-color: #DD75EF;
}
</style>
border-color css
<style>
span { border-color: #DD75EF; }
span { border-color: rgb(221,117,239); }
td.TdClassName
{
border-color: #DD75EF;
}
.TagClassName
{
border-color: #DD75EF;
}
</style>