Shades of Heliotrope #DD7EFC
Tints of Heliotrope #DD7EFC
RGB
CMYK
RGB Variations
Color information
#DD7EFC (or 0xDD7EFC) is known color: Heliotrope. HEX triplet: DD, 7E and FC. RGB value is (221,126,252). Sum of RGB (Red+Green+Blue) = 221+126+252=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD7EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EFC is #228103. Grayscale: #A8A8A8. Windows color (decimal): -2261252 or 16547549. OLE color: 16547549.
HSL color Cylindrical-coordinate representation of color #DD7EFC: hue angle of 285.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7EFC is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 126 | 252 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.01 |
| HSL | 285.24º | 0.95% | 0.74% | - |
| HSV(B) | 285.24º | 0.5% | 0.99% | - |
| XYZ | 54.85 | 37.32 | 96.41 | - |
| YUV | 168.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 252 | 0.12 | 0.5 | 0 | 0.01 | 285.24 | 0.95 | 0.74 |
| Hex | DD | 7E | FC | C | 32 | 0 | 1 | 11D | 5F | 4A |
| Octal | 335 | 176 | 374 | 14 | 62 | 0 | 1 | 435 | 137 | 112 |
| Binary | 11011101 | 1111110 | 11111100 | 1100 | 110010 | 0 | 1 | 100011101 | 1011111 | 1001010 |
Color Harmonies of #DD7EFC
Complementary color
Monochromatic Colors of #DD7EFC
Black with #DD7EFC
Text Example
Text Example
White with #DD7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EFC; }
p { color: rgb(221,126,252); }
H1.HeaderClassName
{
color: #DD7EFC;
}
.AnyTagClassName
{
color: #DD7EFC;
}
</style>
background-color css
<style>
a { background-color: #DD7EFC; }
a { background-color: rgb(221,126,252); }
div.DivClassName
{
background-color: #DD7EFC;
}
.BgClassName
{
background-color: #DD7EFC;
}
</style>
border-color css
<style>
span { border-color: #DD7EFC; }
span { border-color: rgb(221,126,252); }
td.TdClassName
{
border-color: #DD7EFC;
}
.TagClassName
{
border-color: #DD7EFC;
}
</style>