Shades of Heliotrope #DD84FB
Tints of Heliotrope #DD84FB
RGB
CMYK
RGB Variations
Color information
#DD84FB (or 0xDD84FB) is known color: Heliotrope. HEX triplet: DD, 84 and FB. RGB value is (221,132,251). Sum of RGB (Red+Green+Blue) = 221+132+251=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD84FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84FB is #227B04. Grayscale: #ABABAB. Windows color (decimal): -2259717 or 16483549. OLE color: 16483549.
HSL color Cylindrical-coordinate representation of color #DD84FB: hue angle of 284.87º degrees, saturation: 0.94, 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 #DD84FB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 132 | 251 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.02 |
| HSL | 284.87º | 0.94% | 0.75% | - |
| HSV(B) | 284.87º | 0.47% | 0.98% | - |
| XYZ | 55.48 | 38.84 | 95.84 | - |
| YUV | 172.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 251 | 0.12 | 0.47 | 0 | 0.02 | 284.87 | 0.94 | 0.75 |
| Hex | DD | 84 | FB | C | 2F | 0 | 2 | 11D | 5E | 4B |
| Octal | 335 | 204 | 373 | 14 | 57 | 0 | 2 | 435 | 136 | 113 |
| Binary | 11011101 | 10000100 | 11111011 | 1100 | 101111 | 0 | 10 | 100011101 | 1011110 | 1001011 |
Color Harmonies of #DD84FB
Complementary color
Monochromatic Colors of #DD84FB
Black with #DD84FB
Text Example
Text Example
White with #DD84FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84FB; }
p { color: rgb(221,132,251); }
H1.HeaderClassName
{
color: #DD84FB;
}
.AnyTagClassName
{
color: #DD84FB;
}
</style>
background-color css
<style>
a { background-color: #DD84FB; }
a { background-color: rgb(221,132,251); }
div.DivClassName
{
background-color: #DD84FB;
}
.BgClassName
{
background-color: #DD84FB;
}
</style>
border-color css
<style>
span { border-color: #DD84FB; }
span { border-color: rgb(221,132,251); }
td.TdClassName
{
border-color: #DD84FB;
}
.TagClassName
{
border-color: #DD84FB;
}
</style>