Shades of Heliotrope #D282EF
Tints of Heliotrope #D282EF
RGB
CMYK
RGB Variations
Color information
#D282EF (or 0xD282EF) is known color: Heliotrope. HEX triplet: D2, 82 and EF. RGB value is (210,130,239). Sum of RGB (Red+Green+Blue) = 210+130+239=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #D282EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D282EF is #2D7D10. Grayscale: #A5A5A5. Windows color (decimal): -2981137 or 15696594. OLE color: 15696594.
HSL color Cylindrical-coordinate representation of color #D282EF: hue angle of 284.04º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D282EF is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 130 | 239 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.06 |
| HSL | 284.04º | 0.77% | 0.72% | - |
| HSV(B) | 284.04º | 0.46% | 0.94% | - |
| XYZ | 50.14 | 35.9 | 85.95 | - |
| YUV | 166.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 239 | 0.12 | 0.46 | 0 | 0.06 | 284.04 | 0.77 | 0.72 |
| Hex | D2 | 82 | EF | C | 2E | 0 | 6 | 11C | 4D | 48 |
| Octal | 322 | 202 | 357 | 14 | 56 | 0 | 6 | 434 | 115 | 110 |
| Binary | 11010010 | 10000010 | 11101111 | 1100 | 101110 | 0 | 110 | 100011100 | 1001101 | 1001000 |
Color Harmonies of #D282EF
Complementary color
Monochromatic Colors of #D282EF
Black with #D282EF
Text Example
Text Example
White with #D282EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282EF; }
p { color: rgb(210,130,239); }
H1.HeaderClassName
{
color: #D282EF;
}
.AnyTagClassName
{
color: #D282EF;
}
</style>
background-color css
<style>
a { background-color: #D282EF; }
a { background-color: rgb(210,130,239); }
div.DivClassName
{
background-color: #D282EF;
}
.BgClassName
{
background-color: #D282EF;
}
</style>
border-color css
<style>
span { border-color: #D282EF; }
span { border-color: rgb(210,130,239); }
td.TdClassName
{
border-color: #D282EF;
}
.TagClassName
{
border-color: #D282EF;
}
</style>