Shades of Heliotrope #DD7CFA
Tints of Heliotrope #DD7CFA
RGB
CMYK
RGB Variations
Color information
#DD7CFA (or 0xDD7CFA) is known color: Heliotrope. HEX triplet: DD, 7C and FA. RGB value is (221,124,250). Sum of RGB (Red+Green+Blue) = 221+124+250=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD7CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CFA is #228305. Grayscale: #A6A6A6. Windows color (decimal): -2261766 or 16415965. OLE color: 16415965.
HSL color Cylindrical-coordinate representation of color #DD7CFA: hue angle of 286.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7CFA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 124 | 250 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.02 |
| HSL | 286.19º | 0.93% | 0.73% | - |
| HSV(B) | 286.19º | 0.5% | 0.98% | - |
| XYZ | 54.28 | 36.69 | 94.66 | - |
| YUV | 167.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 250 | 0.12 | 0.50 | 0 | 0.02 | 286.19 | 0.93 | 0.73 |
| Hex | DD | 7C | FA | C | 32 | 0 | 2 | 11E | 5D | 49 |
| Octal | 335 | 174 | 372 | 14 | 62 | 0 | 2 | 436 | 135 | 111 |
| Binary | 11011101 | 1111100 | 11111010 | 1100 | 110010 | 0 | 10 | 100011110 | 1011101 | 1001001 |
Color Harmonies of #DD7CFA
Complementary color
Monochromatic Colors of #DD7CFA
Black with #DD7CFA
Text Example
Text Example
White with #DD7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CFA; }
p { color: rgb(221,124,250); }
H1.HeaderClassName
{
color: #DD7CFA;
}
.AnyTagClassName
{
color: #DD7CFA;
}
</style>
background-color css
<style>
a { background-color: #DD7CFA; }
a { background-color: rgb(221,124,250); }
div.DivClassName
{
background-color: #DD7CFA;
}
.BgClassName
{
background-color: #DD7CFA;
}
</style>
border-color css
<style>
span { border-color: #DD7CFA; }
span { border-color: rgb(221,124,250); }
td.TdClassName
{
border-color: #DD7CFA;
}
.TagClassName
{
border-color: #DD7CFA;
}
</style>