Shades of Heliotrope #DD7AFC
Tints of Heliotrope #DD7AFC
RGB
CMYK
RGB Variations
Color information
#DD7AFC (or 0xDD7AFC) is known color: Heliotrope. HEX triplet: DD, 7A and FC. RGB value is (221,122,252). Sum of RGB (Red+Green+Blue) = 221+122+252=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD7AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AFC is #228503. Grayscale: #A5A5A5. Windows color (decimal): -2262276 or 16546525. OLE color: 16546525.
HSL color Cylindrical-coordinate representation of color #DD7AFC: hue angle of 285.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD7AFC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 122 | 252 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.01 |
| HSL | 285.69º | 0.96% | 0.73% | - |
| HSV(B) | 285.69º | 0.52% | 0.99% | - |
| XYZ | 54.35 | 36.32 | 96.24 | - |
| YUV | 166.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 252 | 0.12 | 0.52 | 0 | 0.01 | 285.69 | 0.96 | 0.73 |
| Hex | DD | 7A | FC | C | 34 | 0 | 1 | 11E | 60 | 49 |
| Octal | 335 | 172 | 374 | 14 | 64 | 0 | 1 | 436 | 140 | 111 |
| Binary | 11011101 | 1111010 | 11111100 | 1100 | 110100 | 0 | 1 | 100011110 | 1100000 | 1001001 |
Color Harmonies of #DD7AFC
Complementary color
Monochromatic Colors of #DD7AFC
Black with #DD7AFC
Text Example
Text Example
White with #DD7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AFC; }
p { color: rgb(221,122,252); }
H1.HeaderClassName
{
color: #DD7AFC;
}
.AnyTagClassName
{
color: #DD7AFC;
}
</style>
background-color css
<style>
a { background-color: #DD7AFC; }
a { background-color: rgb(221,122,252); }
div.DivClassName
{
background-color: #DD7AFC;
}
.BgClassName
{
background-color: #DD7AFC;
}
</style>
border-color css
<style>
span { border-color: #DD7AFC; }
span { border-color: rgb(221,122,252); }
td.TdClassName
{
border-color: #DD7AFC;
}
.TagClassName
{
border-color: #DD7AFC;
}
</style>