Shades of Heliotrope #DD51FA
Tints of Heliotrope #DD51FA
RGB
CMYK
RGB Variations
Color information
#DD51FA (or 0xDD51FA) is known color: Heliotrope. HEX triplet: DD, 51 and FA. RGB value is (221,81,250). Sum of RGB (Red+Green+Blue) = 221+81+250=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 81 (32.03% from 255 or 14.67% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD51FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD51FA is #22AE05. Grayscale: #8D8D8D. Windows color (decimal): -2272774 or 16404957. OLE color: 16404957.
HSL color Cylindrical-coordinate representation of color #DD51FA: hue angle of 289.7º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD51FA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 81 | 250 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.02 |
| HSL | 289.7º | 0.94% | 0.65% | - |
| HSV(B) | 289.7º | 0.68% | 0.98% | - |
| XYZ | 50.02 | 28.16 | 93.24 | - |
| YUV | 142.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 250 | 0.12 | 0.68 | 0 | 0.02 | 289.7 | 0.94 | 0.65 |
| Hex | DD | 51 | FA | C | 44 | 0 | 2 | 122 | 5E | 41 |
| Octal | 335 | 121 | 372 | 14 | 104 | 0 | 2 | 442 | 136 | 101 |
| Binary | 11011101 | 1010001 | 11111010 | 1100 | 1000100 | 0 | 10 | 100100010 | 1011110 | 1000001 |
Color Harmonies of #DD51FA
Complementary color
Monochromatic Colors of #DD51FA
Black with #DD51FA
Text Example
Text Example
White with #DD51FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51FA; }
p { color: rgb(221,81,250); }
H1.HeaderClassName
{
color: #DD51FA;
}
.AnyTagClassName
{
color: #DD51FA;
}
</style>
background-color css
<style>
a { background-color: #DD51FA; }
a { background-color: rgb(221,81,250); }
div.DivClassName
{
background-color: #DD51FA;
}
.BgClassName
{
background-color: #DD51FA;
}
</style>
border-color css
<style>
span { border-color: #DD51FA; }
span { border-color: rgb(221,81,250); }
td.TdClassName
{
border-color: #DD51FA;
}
.TagClassName
{
border-color: #DD51FA;
}
</style>