Shades of Heliotrope #DD87F2
Tints of Heliotrope #DD87F2
RGB
CMYK
RGB Variations
Color information
#DD87F2 (or 0xDD87F2) is known color: Heliotrope. HEX triplet: DD, 87 and F2. RGB value is (221,135,242). Sum of RGB (Red+Green+Blue) = 221+135+242=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 135 (53.12% from 255 or 22.58% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD87F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD87F2 is #22780D. Grayscale: #ACACAC. Windows color (decimal): -2258958 or 15894493. OLE color: 15894493.
HSL color Cylindrical-coordinate representation of color #DD87F2: hue angle of 288.22º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD87F2 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 135 | 242 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.05 |
| HSL | 288.22º | 0.8% | 0.74% | - |
| HSV(B) | 288.22º | 0.44% | 0.95% | - |
| XYZ | 54.51 | 39.11 | 88.68 | - |
| YUV | 172.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 242 | 0.09 | 0.44 | 0 | 0.05 | 288.22 | 0.8 | 0.74 |
| Hex | DD | 87 | F2 | 9 | 2C | 0 | 5 | 120 | 50 | 4A |
| Octal | 335 | 207 | 362 | 11 | 54 | 0 | 5 | 440 | 120 | 112 |
| Binary | 11011101 | 10000111 | 11110010 | 1001 | 101100 | 0 | 101 | 100100000 | 1010000 | 1001010 |
Color Harmonies of #DD87F2
Complementary color
Monochromatic Colors of #DD87F2
Black with #DD87F2
Text Example
Text Example
White with #DD87F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87F2; }
p { color: rgb(221,135,242); }
H1.HeaderClassName
{
color: #DD87F2;
}
.AnyTagClassName
{
color: #DD87F2;
}
</style>
background-color css
<style>
a { background-color: #DD87F2; }
a { background-color: rgb(221,135,242); }
div.DivClassName
{
background-color: #DD87F2;
}
.BgClassName
{
background-color: #DD87F2;
}
</style>
border-color css
<style>
span { border-color: #DD87F2; }
span { border-color: rgb(221,135,242); }
td.TdClassName
{
border-color: #DD87F2;
}
.TagClassName
{
border-color: #DD87F2;
}
</style>