Shades of Heliotrope #DD84FE
Tints of Heliotrope #DD84FE
RGB
CMYK
RGB Variations
Color information
#DD84FE (or 0xDD84FE) is known color: Heliotrope. HEX triplet: DD, 84 and FE. RGB value is (221,132,254). Sum of RGB (Red+Green+Blue) = 221+132+254=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84FE is #227B01. Grayscale: #ACACAC. Windows color (decimal): -2259714 or 16680157. OLE color: 16680157.
HSL color Cylindrical-coordinate representation of color #DD84FE: hue angle of 283.77º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD84FE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 132 | 254 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.00 |
| HSL | 283.77º | 0.98% | 0.76% | - |
| HSV(B) | 283.77º | 0.48% | 1% | - |
| XYZ | 55.96 | 39.03 | 98.35 | - |
| YUV | 172.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 254 | 0.13 | 0.48 | 0 | 0.00 | 283.77 | 0.98 | 0.76 |
| Hex | DD | 84 | FE | D | 30 | 0 | 0 | 11C | 62 | 4C |
| Octal | 335 | 204 | 376 | 15 | 60 | 0 | 0 | 434 | 142 | 114 |
| Binary | 11011101 | 10000100 | 11111110 | 1101 | 110000 | 0 | 0 | 100011100 | 1100010 | 1001100 |
Color Harmonies of #DD84FE
Complementary color
Monochromatic Colors of #DD84FE
Black with #DD84FE
Text Example
Text Example
White with #DD84FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84FE; }
p { color: rgb(221,132,254); }
H1.HeaderClassName
{
color: #DD84FE;
}
.AnyTagClassName
{
color: #DD84FE;
}
</style>
background-color css
<style>
a { background-color: #DD84FE; }
a { background-color: rgb(221,132,254); }
div.DivClassName
{
background-color: #DD84FE;
}
.BgClassName
{
background-color: #DD84FE;
}
</style>
border-color css
<style>
span { border-color: #DD84FE; }
span { border-color: rgb(221,132,254); }
td.TdClassName
{
border-color: #DD84FE;
}
.TagClassName
{
border-color: #DD84FE;
}
</style>