Shades of Heliotrope #DD7CFF
Tints of Heliotrope #DD7CFF
RGB
CMYK
RGB Variations
Color information
#DD7CFF (or 0xDD7CFF) is known color: Heliotrope. HEX triplet: DD, 7C and FF. RGB value is (221,124,255). Sum of RGB (Red+Green+Blue) = 221+124+255=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CFF is #228300. Grayscale: #A7A7A7. Windows color (decimal): -2261761 or 16743645. OLE color: 16743645.
HSL color Cylindrical-coordinate representation of color #DD7CFF: hue angle of 284.43º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7CFF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 124 | 255 | - |
| CMYK | 0.13 | 0.51 | 0 | 0 |
| HSL | 284.43º | 1% | 0.74% | - |
| HSV(B) | 284.43º | 0.51% | 1% | - |
| XYZ | 55.08 | 37.01 | 98.85 | - |
| YUV | 167.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 255 | 0.13 | 0.51 | 0 | 0 | 284.43 | 1 | 0.74 |
| Hex | DD | 7C | FF | D | 33 | 0 | 0 | 11C | 64 | 4A |
| Octal | 335 | 174 | 377 | 15 | 63 | 0 | 0 | 434 | 144 | 112 |
| Binary | 11011101 | 1111100 | 11111111 | 1101 | 110011 | 0 | 0 | 100011100 | 1100100 | 1001010 |
Color Harmonies of #DD7CFF
Complementary color
Monochromatic Colors of #DD7CFF
Black with #DD7CFF
Text Example
Text Example
White with #DD7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CFF; }
p { color: rgb(221,124,255); }
H1.HeaderClassName
{
color: #DD7CFF;
}
.AnyTagClassName
{
color: #DD7CFF;
}
</style>
background-color css
<style>
a { background-color: #DD7CFF; }
a { background-color: rgb(221,124,255); }
div.DivClassName
{
background-color: #DD7CFF;
}
.BgClassName
{
background-color: #DD7CFF;
}
</style>
border-color css
<style>
span { border-color: #DD7CFF; }
span { border-color: rgb(221,124,255); }
td.TdClassName
{
border-color: #DD7CFF;
}
.TagClassName
{
border-color: #DD7CFF;
}
</style>