Shades of Heliotrope #DD6EFC
Tints of Heliotrope #DD6EFC
RGB
CMYK
RGB Variations
Color information
#DD6EFC (or 0xDD6EFC) is known color: Heliotrope. HEX triplet: DD, 6E and FC. RGB value is (221,110,252). Sum of RGB (Red+Green+Blue) = 221+110+252=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 110 (43.36% from 255 or 18.87% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EFC is #229103. Grayscale: #9E9E9E. Windows color (decimal): -2265348 or 16543453. OLE color: 16543453.
HSL color Cylindrical-coordinate representation of color #DD6EFC: hue angle of 286.9º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6EFC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 110 | 252 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.01 |
| HSL | 286.9º | 0.96% | 0.71% | - |
| HSV(B) | 286.9º | 0.56% | 0.99% | - |
| XYZ | 52.97 | 33.55 | 95.78 | - |
| YUV | 159.38 | 180.27 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 252 | 0.12 | 0.56 | 0 | 0.01 | 286.9 | 0.96 | 0.71 |
| Hex | DD | 6E | FC | C | 38 | 0 | 1 | 11F | 60 | 47 |
| Octal | 335 | 156 | 374 | 14 | 70 | 0 | 1 | 437 | 140 | 107 |
| Binary | 11011101 | 1101110 | 11111100 | 1100 | 111000 | 0 | 1 | 100011111 | 1100000 | 1000111 |
Color Harmonies of #DD6EFC
Complementary color
Monochromatic Colors of #DD6EFC
Black with #DD6EFC
Text Example
Text Example
White with #DD6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EFC; }
p { color: rgb(221,110,252); }
H1.HeaderClassName
{
color: #DD6EFC;
}
.AnyTagClassName
{
color: #DD6EFC;
}
</style>
background-color css
<style>
a { background-color: #DD6EFC; }
a { background-color: rgb(221,110,252); }
div.DivClassName
{
background-color: #DD6EFC;
}
.BgClassName
{
background-color: #DD6EFC;
}
</style>
border-color css
<style>
span { border-color: #DD6EFC; }
span { border-color: rgb(221,110,252); }
td.TdClassName
{
border-color: #DD6EFC;
}
.TagClassName
{
border-color: #DD6EFC;
}
</style>