Shades of Heliotrope #DD51FC
Tints of Heliotrope #DD51FC
RGB
CMYK
RGB Variations
Color information
#DD51FC (or 0xDD51FC) is known color: Heliotrope. HEX triplet: DD, 51 and FC. RGB value is (221,81,252). Sum of RGB (Red+Green+Blue) = 221+81+252=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 81 (32.03% from 255 or 14.62% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD51FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD51FC is #22AE03. Grayscale: #8D8D8D. Windows color (decimal): -2272772 or 16536029. OLE color: 16536029.
HSL color Cylindrical-coordinate representation of color #DD51FC: hue angle of 289.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD51FC is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 81 | 252 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.01 |
| HSL | 289.12º | 0.97% | 0.65% | - |
| HSV(B) | 289.12º | 0.68% | 0.99% | - |
| XYZ | 50.33 | 28.29 | 94.9 | - |
| YUV | 142.35 | 189.88 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 252 | 0.12 | 0.68 | 0 | 0.01 | 289.12 | 0.97 | 0.65 |
| Hex | DD | 51 | FC | C | 44 | 0 | 1 | 121 | 61 | 41 |
| Octal | 335 | 121 | 374 | 14 | 104 | 0 | 1 | 441 | 141 | 101 |
| Binary | 11011101 | 1010001 | 11111100 | 1100 | 1000100 | 0 | 1 | 100100001 | 1100001 | 1000001 |
Color Harmonies of #DD51FC
Complementary color
Monochromatic Colors of #DD51FC
Black with #DD51FC
Text Example
Text Example
White with #DD51FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51FC; }
p { color: rgb(221,81,252); }
H1.HeaderClassName
{
color: #DD51FC;
}
.AnyTagClassName
{
color: #DD51FC;
}
</style>
background-color css
<style>
a { background-color: #DD51FC; }
a { background-color: rgb(221,81,252); }
div.DivClassName
{
background-color: #DD51FC;
}
.BgClassName
{
background-color: #DD51FC;
}
</style>
border-color css
<style>
span { border-color: #DD51FC; }
span { border-color: rgb(221,81,252); }
td.TdClassName
{
border-color: #DD51FC;
}
.TagClassName
{
border-color: #DD51FC;
}
</style>