Shades of Heliotrope #DD7FF5
Tints of Heliotrope #DD7FF5
RGB
CMYK
RGB Variations
Color information
#DD7FF5 (or 0xDD7FF5) is known color: Heliotrope. HEX triplet: DD, 7F and F5. RGB value is (221,127,245). Sum of RGB (Red+Green+Blue) = 221+127+245=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD7FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FF5 is #22800A. Grayscale: #A8A8A8. Windows color (decimal): -2261003 or 16089053. OLE color: 16089053.
HSL color Cylindrical-coordinate representation of color #DD7FF5: hue angle of 287.8º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7FF5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 127 | 245 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.04 |
| HSL | 287.8º | 0.86% | 0.73% | - |
| HSV(B) | 287.8º | 0.48% | 0.96% | - |
| XYZ | 53.89 | 37.14 | 90.72 | - |
| YUV | 168.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 245 | 0.10 | 0.48 | 0 | 0.04 | 287.8 | 0.86 | 0.73 |
| Hex | DD | 7F | F5 | A | 30 | 0 | 4 | 120 | 56 | 49 |
| Octal | 335 | 177 | 365 | 12 | 60 | 0 | 4 | 440 | 126 | 111 |
| Binary | 11011101 | 1111111 | 11110101 | 1010 | 110000 | 0 | 100 | 100100000 | 1010110 | 1001001 |
Color Harmonies of #DD7FF5
Complementary color
Monochromatic Colors of #DD7FF5
Black with #DD7FF5
Text Example
Text Example
White with #DD7FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FF5; }
p { color: rgb(221,127,245); }
H1.HeaderClassName
{
color: #DD7FF5;
}
.AnyTagClassName
{
color: #DD7FF5;
}
</style>
background-color css
<style>
a { background-color: #DD7FF5; }
a { background-color: rgb(221,127,245); }
div.DivClassName
{
background-color: #DD7FF5;
}
.BgClassName
{
background-color: #DD7FF5;
}
</style>
border-color css
<style>
span { border-color: #DD7FF5; }
span { border-color: rgb(221,127,245); }
td.TdClassName
{
border-color: #DD7FF5;
}
.TagClassName
{
border-color: #DD7FF5;
}
</style>