Shades of Heliotrope #DD7DFF
Tints of Heliotrope #DD7DFF
RGB
CMYK
RGB Variations
Color information
#DD7DFF (or 0xDD7DFF) is known color: Heliotrope. HEX triplet: DD, 7D and FF. RGB value is (221,125,255). Sum of RGB (Red+Green+Blue) = 221+125+255=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DFF is #228200. Grayscale: #A8A8A8. Windows color (decimal): -2261505 or 16743901. OLE color: 16743901.
HSL color Cylindrical-coordinate representation of color #DD7DFF: hue angle of 284.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7DFF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 125 | 255 | - |
| CMYK | 0.13 | 0.51 | 0 | 0 |
| HSL | 284.31º | 1% | 0.75% | - |
| HSV(B) | 284.31º | 0.51% | 1% | - |
| XYZ | 55.2 | 37.26 | 98.89 | - |
| YUV | 168.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 255 | 0.13 | 0.51 | 0 | 0 | 284.31 | 1 | 0.75 |
| Hex | DD | 7D | FF | D | 33 | 0 | 0 | 11C | 64 | 4B |
| Octal | 335 | 175 | 377 | 15 | 63 | 0 | 0 | 434 | 144 | 113 |
| Binary | 11011101 | 1111101 | 11111111 | 1101 | 110011 | 0 | 0 | 100011100 | 1100100 | 1001011 |
Color Harmonies of #DD7DFF
Complementary color
Monochromatic Colors of #DD7DFF
Black with #DD7DFF
Text Example
Text Example
White with #DD7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DFF; }
p { color: rgb(221,125,255); }
H1.HeaderClassName
{
color: #DD7DFF;
}
.AnyTagClassName
{
color: #DD7DFF;
}
</style>
background-color css
<style>
a { background-color: #DD7DFF; }
a { background-color: rgb(221,125,255); }
div.DivClassName
{
background-color: #DD7DFF;
}
.BgClassName
{
background-color: #DD7DFF;
}
</style>
border-color css
<style>
span { border-color: #DD7DFF; }
span { border-color: rgb(221,125,255); }
td.TdClassName
{
border-color: #DD7DFF;
}
.TagClassName
{
border-color: #DD7DFF;
}
</style>