Shades of Heliotrope #DD82FF
Tints of Heliotrope #DD82FF
RGB
CMYK
RGB Variations
Color information
#DD82FF (or 0xDD82FF) is known color: Heliotrope. HEX triplet: DD, 82 and FF. RGB value is (221,130,255). Sum of RGB (Red+Green+Blue) = 221+130+255=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD82FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD82FF is #227D00. Grayscale: #ABABAB. Windows color (decimal): -2260225 or 16745181. OLE color: 16745181.
HSL color Cylindrical-coordinate representation of color #DD82FF: hue angle of 283.68º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD82FF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 130 | 255 | - |
| CMYK | 0.13 | 0.49 | 0 | 0 |
| HSL | 283.68º | 1% | 0.75% | - |
| HSV(B) | 283.68º | 0.49% | 1% | - |
| XYZ | 55.85 | 38.56 | 99.11 | - |
| YUV | 171.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 255 | 0.13 | 0.49 | 0 | 0 | 283.68 | 1 | 0.75 |
| Hex | DD | 82 | FF | D | 31 | 0 | 0 | 11C | 64 | 4B |
| Octal | 335 | 202 | 377 | 15 | 61 | 0 | 0 | 434 | 144 | 113 |
| Binary | 11011101 | 10000010 | 11111111 | 1101 | 110001 | 0 | 0 | 100011100 | 1100100 | 1001011 |
Color Harmonies of #DD82FF
Complementary color
Monochromatic Colors of #DD82FF
Black with #DD82FF
Text Example
Text Example
White with #DD82FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82FF; }
p { color: rgb(221,130,255); }
H1.HeaderClassName
{
color: #DD82FF;
}
.AnyTagClassName
{
color: #DD82FF;
}
</style>
background-color css
<style>
a { background-color: #DD82FF; }
a { background-color: rgb(221,130,255); }
div.DivClassName
{
background-color: #DD82FF;
}
.BgClassName
{
background-color: #DD82FF;
}
</style>
border-color css
<style>
span { border-color: #DD82FF; }
span { border-color: rgb(221,130,255); }
td.TdClassName
{
border-color: #DD82FF;
}
.TagClassName
{
border-color: #DD82FF;
}
</style>