Shades of Heliotrope #D282ED
Tints of Heliotrope #D282ED
RGB
CMYK
RGB Variations
Color information
#D282ED (or 0xD282ED) is known color: Heliotrope. HEX triplet: D2, 82 and ED. RGB value is (210,130,237). Sum of RGB (Red+Green+Blue) = 210+130+237=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #D282ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D282ED is #2D7D12. Grayscale: #A5A5A5. Windows color (decimal): -2981139 or 15565522. OLE color: 15565522.
HSL color Cylindrical-coordinate representation of color #D282ED: hue angle of 284.86º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D282ED is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 130 | 237 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.07 |
| HSL | 284.86º | 0.75% | 0.72% | - |
| HSV(B) | 284.86º | 0.45% | 0.93% | - |
| XYZ | 49.85 | 35.78 | 84.4 | - |
| YUV | 166.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 237 | 0.11 | 0.45 | 0 | 0.07 | 284.86 | 0.75 | 0.72 |
| Hex | D2 | 82 | ED | B | 2D | 0 | 7 | 11D | 4B | 48 |
| Octal | 322 | 202 | 355 | 13 | 55 | 0 | 7 | 435 | 113 | 110 |
| Binary | 11010010 | 10000010 | 11101101 | 1011 | 101101 | 0 | 111 | 100011101 | 1001011 | 1001000 |
Color Harmonies of #D282ED
Complementary color
Monochromatic Colors of #D282ED
Black with #D282ED
Text Example
Text Example
White with #D282ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282ED; }
p { color: rgb(210,130,237); }
H1.HeaderClassName
{
color: #D282ED;
}
.AnyTagClassName
{
color: #D282ED;
}
</style>
background-color css
<style>
a { background-color: #D282ED; }
a { background-color: rgb(210,130,237); }
div.DivClassName
{
background-color: #D282ED;
}
.BgClassName
{
background-color: #D282ED;
}
</style>
border-color css
<style>
span { border-color: #D282ED; }
span { border-color: rgb(210,130,237); }
td.TdClassName
{
border-color: #D282ED;
}
.TagClassName
{
border-color: #D282ED;
}
</style>