Shades of Heliotrope #DD50FC
Tints of Heliotrope #DD50FC
RGB
CMYK
RGB Variations
Color information
#DD50FC (or 0xDD50FC) is known color: Heliotrope. HEX triplet: DD, 50 and FC. RGB value is (221,80,252). Sum of RGB (Red+Green+Blue) = 221+80+252=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 80 (31.64% from 255 or 14.47% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD50FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50FC is #22AF03. Grayscale: #8D8D8D. Windows color (decimal): -2273028 or 16535773. OLE color: 16535773.
HSL color Cylindrical-coordinate representation of color #DD50FC: hue angle of 289.19º 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 #DD50FC is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 80 | 252 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.01 |
| HSL | 289.19º | 0.97% | 0.65% | - |
| HSV(B) | 289.19º | 0.68% | 0.99% | - |
| XYZ | 50.26 | 28.14 | 94.88 | - |
| YUV | 141.77 | 190.21 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 252 | 0.12 | 0.68 | 0 | 0.01 | 289.19 | 0.97 | 0.65 |
| Hex | DD | 50 | FC | C | 44 | 0 | 1 | 121 | 61 | 41 |
| Octal | 335 | 120 | 374 | 14 | 104 | 0 | 1 | 441 | 141 | 101 |
| Binary | 11011101 | 1010000 | 11111100 | 1100 | 1000100 | 0 | 1 | 100100001 | 1100001 | 1000001 |
Color Harmonies of #DD50FC
Complementary color
Monochromatic Colors of #DD50FC
Black with #DD50FC
Text Example
Text Example
White with #DD50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50FC; }
p { color: rgb(221,80,252); }
H1.HeaderClassName
{
color: #DD50FC;
}
.AnyTagClassName
{
color: #DD50FC;
}
</style>
background-color css
<style>
a { background-color: #DD50FC; }
a { background-color: rgb(221,80,252); }
div.DivClassName
{
background-color: #DD50FC;
}
.BgClassName
{
background-color: #DD50FC;
}
</style>
border-color css
<style>
span { border-color: #DD50FC; }
span { border-color: rgb(221,80,252); }
td.TdClassName
{
border-color: #DD50FC;
}
.TagClassName
{
border-color: #DD50FC;
}
</style>