Shades of Heliotrope #DD89F8
Tints of Heliotrope #DD89F8
RGB
CMYK
RGB Variations
Color information
#DD89F8 (or 0xDD89F8) is known color: Heliotrope. HEX triplet: DD, 89 and F8. RGB value is (221,137,248). Sum of RGB (Red+Green+Blue) = 221+137+248=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD89F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD89F8 is #227607. Grayscale: #AEAEAE. Windows color (decimal): -2258440 or 16288221. OLE color: 16288221.
HSL color Cylindrical-coordinate representation of color #DD89F8: hue angle of 285.41º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD89F8 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 137 | 248 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.03 |
| HSL | 285.41º | 0.89% | 0.75% | - |
| HSV(B) | 285.41º | 0.45% | 0.97% | - |
| XYZ | 55.71 | 40.04 | 93.6 | - |
| YUV | 174.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 248 | 0.11 | 0.45 | 0 | 0.03 | 285.41 | 0.89 | 0.75 |
| Hex | DD | 89 | F8 | B | 2D | 0 | 3 | 11D | 59 | 4B |
| Octal | 335 | 211 | 370 | 13 | 55 | 0 | 3 | 435 | 131 | 113 |
| Binary | 11011101 | 10001001 | 11111000 | 1011 | 101101 | 0 | 11 | 100011101 | 1011001 | 1001011 |
Color Harmonies of #DD89F8
Complementary color
Monochromatic Colors of #DD89F8
Black with #DD89F8
Text Example
Text Example
White with #DD89F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89F8; }
p { color: rgb(221,137,248); }
H1.HeaderClassName
{
color: #DD89F8;
}
.AnyTagClassName
{
color: #DD89F8;
}
</style>
background-color css
<style>
a { background-color: #DD89F8; }
a { background-color: rgb(221,137,248); }
div.DivClassName
{
background-color: #DD89F8;
}
.BgClassName
{
background-color: #DD89F8;
}
</style>
border-color css
<style>
span { border-color: #DD89F8; }
span { border-color: rgb(221,137,248); }
td.TdClassName
{
border-color: #DD89F8;
}
.TagClassName
{
border-color: #DD89F8;
}
</style>