Shades of Heliotrope #DD84FA
Tints of Heliotrope #DD84FA
RGB
CMYK
RGB Variations
Color information
#DD84FA (or 0xDD84FA) is known color: Heliotrope. HEX triplet: DD, 84 and FA. RGB value is (221,132,250). Sum of RGB (Red+Green+Blue) = 221+132+250=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84FA is #227B05. Grayscale: #ABABAB. Windows color (decimal): -2259718 or 16418013. OLE color: 16418013.
HSL color Cylindrical-coordinate representation of color #DD84FA: hue angle of 285.25º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD84FA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 132 | 250 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.02 |
| HSL | 285.25º | 0.92% | 0.75% | - |
| HSV(B) | 285.25º | 0.47% | 0.98% | - |
| XYZ | 55.33 | 38.78 | 95.01 | - |
| YUV | 172.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 250 | 0.12 | 0.47 | 0 | 0.02 | 285.25 | 0.92 | 0.75 |
| Hex | DD | 84 | FA | C | 2F | 0 | 2 | 11D | 5C | 4B |
| Octal | 335 | 204 | 372 | 14 | 57 | 0 | 2 | 435 | 134 | 113 |
| Binary | 11011101 | 10000100 | 11111010 | 1100 | 101111 | 0 | 10 | 100011101 | 1011100 | 1001011 |
Color Harmonies of #DD84FA
Complementary color
Monochromatic Colors of #DD84FA
Black with #DD84FA
Text Example
Text Example
White with #DD84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84FA; }
p { color: rgb(221,132,250); }
H1.HeaderClassName
{
color: #DD84FA;
}
.AnyTagClassName
{
color: #DD84FA;
}
</style>
background-color css
<style>
a { background-color: #DD84FA; }
a { background-color: rgb(221,132,250); }
div.DivClassName
{
background-color: #DD84FA;
}
.BgClassName
{
background-color: #DD84FA;
}
</style>
border-color css
<style>
span { border-color: #DD84FA; }
span { border-color: rgb(221,132,250); }
td.TdClassName
{
border-color: #DD84FA;
}
.TagClassName
{
border-color: #DD84FA;
}
</style>