Shades of Heliotrope #DD82F8
Tints of Heliotrope #DD82F8
RGB
CMYK
RGB Variations
Color information
#DD82F8 (or 0xDD82F8) is known color: Heliotrope. HEX triplet: DD, 82 and F8. RGB value is (221,130,248). Sum of RGB (Red+Green+Blue) = 221+130+248=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD82F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD82F8 is #227D07. Grayscale: #AAAAAA. Windows color (decimal): -2260232 or 16286429. OLE color: 16286429.
HSL color Cylindrical-coordinate representation of color #DD82F8: hue angle of 286.27º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD82F8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 130 | 248 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.03 |
| HSL | 286.27º | 0.89% | 0.74% | - |
| HSV(B) | 286.27º | 0.48% | 0.97% | - |
| XYZ | 54.74 | 38.11 | 93.28 | - |
| YUV | 170.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 248 | 0.11 | 0.48 | 0 | 0.03 | 286.27 | 0.89 | 0.74 |
| Hex | DD | 82 | F8 | B | 30 | 0 | 3 | 11E | 59 | 4A |
| Octal | 335 | 202 | 370 | 13 | 60 | 0 | 3 | 436 | 131 | 112 |
| Binary | 11011101 | 10000010 | 11111000 | 1011 | 110000 | 0 | 11 | 100011110 | 1011001 | 1001010 |
Color Harmonies of #DD82F8
Complementary color
Monochromatic Colors of #DD82F8
Black with #DD82F8
Text Example
Text Example
White with #DD82F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82F8; }
p { color: rgb(221,130,248); }
H1.HeaderClassName
{
color: #DD82F8;
}
.AnyTagClassName
{
color: #DD82F8;
}
</style>
background-color css
<style>
a { background-color: #DD82F8; }
a { background-color: rgb(221,130,248); }
div.DivClassName
{
background-color: #DD82F8;
}
.BgClassName
{
background-color: #DD82F8;
}
</style>
border-color css
<style>
span { border-color: #DD82F8; }
span { border-color: rgb(221,130,248); }
td.TdClassName
{
border-color: #DD82F8;
}
.TagClassName
{
border-color: #DD82F8;
}
</style>