Shades of Heliotrope #DD82FE
Tints of Heliotrope #DD82FE
RGB
CMYK
RGB Variations
Color information
#DD82FE (or 0xDD82FE) is known color: Heliotrope. HEX triplet: DD, 82 and FE. RGB value is (221,130,254). Sum of RGB (Red+Green+Blue) = 221+130+254=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD82FE is #227D01. Grayscale: #AAAAAA. Windows color (decimal): -2260226 or 16679645. OLE color: 16679645.
HSL color Cylindrical-coordinate representation of color #DD82FE: hue angle of 284.03º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD82FE is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 130 | 254 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.00 |
| HSL | 284.03º | 0.98% | 0.75% | - |
| HSV(B) | 284.03º | 0.49% | 1% | - |
| XYZ | 55.69 | 38.49 | 98.26 | - |
| YUV | 171.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 254 | 0.13 | 0.49 | 0 | 0.00 | 284.03 | 0.98 | 0.75 |
| Hex | DD | 82 | FE | D | 31 | 0 | 0 | 11C | 62 | 4B |
| Octal | 335 | 202 | 376 | 15 | 61 | 0 | 0 | 434 | 142 | 113 |
| Binary | 11011101 | 10000010 | 11111110 | 1101 | 110001 | 0 | 0 | 100011100 | 1100010 | 1001011 |
Color Harmonies of #DD82FE
Complementary color
Monochromatic Colors of #DD82FE
Black with #DD82FE
Text Example
Text Example
White with #DD82FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82FE; }
p { color: rgb(221,130,254); }
H1.HeaderClassName
{
color: #DD82FE;
}
.AnyTagClassName
{
color: #DD82FE;
}
</style>
background-color css
<style>
a { background-color: #DD82FE; }
a { background-color: rgb(221,130,254); }
div.DivClassName
{
background-color: #DD82FE;
}
.BgClassName
{
background-color: #DD82FE;
}
</style>
border-color css
<style>
span { border-color: #DD82FE; }
span { border-color: rgb(221,130,254); }
td.TdClassName
{
border-color: #DD82FE;
}
.TagClassName
{
border-color: #DD82FE;
}
</style>