Shades of Heliotrope #DD7FFA
Tints of Heliotrope #DD7FFA
RGB
CMYK
RGB Variations
Color information
#DD7FFA (or 0xDD7FFA) is known color: Heliotrope. HEX triplet: DD, 7F and FA. RGB value is (221,127,250). Sum of RGB (Red+Green+Blue) = 221+127+250=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD7FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FFA is #228005. Grayscale: #A8A8A8. Windows color (decimal): -2260998 or 16416733. OLE color: 16416733.
HSL color Cylindrical-coordinate representation of color #DD7FFA: hue angle of 285.85º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7FFA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 127 | 250 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.02 |
| HSL | 285.85º | 0.92% | 0.74% | - |
| HSV(B) | 285.85º | 0.49% | 0.98% | - |
| XYZ | 54.66 | 37.45 | 94.79 | - |
| YUV | 169.13 | 173.64 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 250 | 0.12 | 0.49 | 0 | 0.02 | 285.85 | 0.92 | 0.74 |
| Hex | DD | 7F | FA | C | 31 | 0 | 2 | 11E | 5C | 4A |
| Octal | 335 | 177 | 372 | 14 | 61 | 0 | 2 | 436 | 134 | 112 |
| Binary | 11011101 | 1111111 | 11111010 | 1100 | 110001 | 0 | 10 | 100011110 | 1011100 | 1001010 |
Color Harmonies of #DD7FFA
Complementary color
Monochromatic Colors of #DD7FFA
Black with #DD7FFA
Text Example
Text Example
White with #DD7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FFA; }
p { color: rgb(221,127,250); }
H1.HeaderClassName
{
color: #DD7FFA;
}
.AnyTagClassName
{
color: #DD7FFA;
}
</style>
background-color css
<style>
a { background-color: #DD7FFA; }
a { background-color: rgb(221,127,250); }
div.DivClassName
{
background-color: #DD7FFA;
}
.BgClassName
{
background-color: #DD7FFA;
}
</style>
border-color css
<style>
span { border-color: #DD7FFA; }
span { border-color: rgb(221,127,250); }
td.TdClassName
{
border-color: #DD7FFA;
}
.TagClassName
{
border-color: #DD7FFA;
}
</style>