Shades of Heliotrope #DD6AFC
Tints of Heliotrope #DD6AFC
RGB
CMYK
RGB Variations
Color information
#DD6AFC (or 0xDD6AFC) is known color: Heliotrope. HEX triplet: DD, 6A and FC. RGB value is (221,106,252). Sum of RGB (Red+Green+Blue) = 221+106+252=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 106 (41.80% from 255 or 18.31% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD6AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6AFC is #229503. Grayscale: #9C9C9C. Windows color (decimal): -2266372 or 16542429. OLE color: 16542429.
HSL color Cylindrical-coordinate representation of color #DD6AFC: hue angle of 287.26º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD6AFC is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 106 | 252 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.01 |
| HSL | 287.26º | 0.96% | 0.7% | - |
| HSV(B) | 287.26º | 0.58% | 0.99% | - |
| XYZ | 52.54 | 32.71 | 95.64 | - |
| YUV | 157.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 252 | 0.12 | 0.58 | 0 | 0.01 | 287.26 | 0.96 | 0.7 |
| Hex | DD | 6A | FC | C | 3A | 0 | 1 | 11F | 60 | 46 |
| Octal | 335 | 152 | 374 | 14 | 72 | 0 | 1 | 437 | 140 | 106 |
| Binary | 11011101 | 1101010 | 11111100 | 1100 | 111010 | 0 | 1 | 100011111 | 1100000 | 1000110 |
Color Harmonies of #DD6AFC
Complementary color
Monochromatic Colors of #DD6AFC
Black with #DD6AFC
Text Example
Text Example
White with #DD6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AFC; }
p { color: rgb(221,106,252); }
H1.HeaderClassName
{
color: #DD6AFC;
}
.AnyTagClassName
{
color: #DD6AFC;
}
</style>
background-color css
<style>
a { background-color: #DD6AFC; }
a { background-color: rgb(221,106,252); }
div.DivClassName
{
background-color: #DD6AFC;
}
.BgClassName
{
background-color: #DD6AFC;
}
</style>
border-color css
<style>
span { border-color: #DD6AFC; }
span { border-color: rgb(221,106,252); }
td.TdClassName
{
border-color: #DD6AFC;
}
.TagClassName
{
border-color: #DD6AFC;
}
</style>