Shades of Heliotrope #DD7FFF
Tints of Heliotrope #DD7FFF
RGB
CMYK
RGB Variations
Color information
#DD7FFF (or 0xDD7FFF) is known color: Heliotrope. HEX triplet: DD, 7F and FF. RGB value is (221,127,255). Sum of RGB (Red+Green+Blue) = 221+127+255=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FFF is #228000. Grayscale: #A9A9A9. Windows color (decimal): -2260993 or 16744413. OLE color: 16744413.
HSL color Cylindrical-coordinate representation of color #DD7FFF: hue angle of 284.06º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7FFF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 127 | 255 | - |
| CMYK | 0.13 | 0.50 | 0 | 0 |
| HSL | 284.06º | 1% | 0.75% | - |
| HSV(B) | 284.06º | 0.5% | 1% | - |
| XYZ | 55.46 | 37.77 | 98.98 | - |
| YUV | 169.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 255 | 0.13 | 0.50 | 0 | 0 | 284.06 | 1 | 0.75 |
| Hex | DD | 7F | FF | D | 32 | 0 | 0 | 11C | 64 | 4B |
| Octal | 335 | 177 | 377 | 15 | 62 | 0 | 0 | 434 | 144 | 113 |
| Binary | 11011101 | 1111111 | 11111111 | 1101 | 110010 | 0 | 0 | 100011100 | 1100100 | 1001011 |
Color Harmonies of #DD7FFF
Complementary color
Monochromatic Colors of #DD7FFF
Black with #DD7FFF
Text Example
Text Example
White with #DD7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FFF; }
p { color: rgb(221,127,255); }
H1.HeaderClassName
{
color: #DD7FFF;
}
.AnyTagClassName
{
color: #DD7FFF;
}
</style>
background-color css
<style>
a { background-color: #DD7FFF; }
a { background-color: rgb(221,127,255); }
div.DivClassName
{
background-color: #DD7FFF;
}
.BgClassName
{
background-color: #DD7FFF;
}
</style>
border-color css
<style>
span { border-color: #DD7FFF; }
span { border-color: rgb(221,127,255); }
td.TdClassName
{
border-color: #DD7FFF;
}
.TagClassName
{
border-color: #DD7FFF;
}
</style>