Shades of Heliotrope #D282EB
Tints of Heliotrope #D282EB
RGB
CMYK
RGB Variations
Color information
#D282EB (or 0xD282EB) is known color: Heliotrope. HEX triplet: D2, 82 and EB. RGB value is (210,130,235). Sum of RGB (Red+Green+Blue) = 210+130+235=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #D282EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D282EB is #2D7D14. Grayscale: #A5A5A5. Windows color (decimal): -2981141 or 15434450. OLE color: 15434450.
HSL color Cylindrical-coordinate representation of color #D282EB: hue angle of 285.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D282EB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 130 | 235 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.08 |
| HSL | 285.71º | 0.72% | 0.72% | - |
| HSV(B) | 285.71º | 0.45% | 0.92% | - |
| XYZ | 49.56 | 35.67 | 82.87 | - |
| YUV | 165.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 235 | 0.11 | 0.45 | 0 | 0.08 | 285.71 | 0.72 | 0.72 |
| Hex | D2 | 82 | EB | B | 2D | 0 | 8 | 11E | 48 | 48 |
| Octal | 322 | 202 | 353 | 13 | 55 | 0 | 10 | 436 | 110 | 110 |
| Binary | 11010010 | 10000010 | 11101011 | 1011 | 101101 | 0 | 1000 | 100011110 | 1001000 | 1001000 |
Color Harmonies of #D282EB
Complementary color
Monochromatic Colors of #D282EB
Black with #D282EB
Text Example
Text Example
White with #D282EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282EB; }
p { color: rgb(210,130,235); }
H1.HeaderClassName
{
color: #D282EB;
}
.AnyTagClassName
{
color: #D282EB;
}
</style>
background-color css
<style>
a { background-color: #D282EB; }
a { background-color: rgb(210,130,235); }
div.DivClassName
{
background-color: #D282EB;
}
.BgClassName
{
background-color: #D282EB;
}
</style>
border-color css
<style>
span { border-color: #D282EB; }
span { border-color: rgb(210,130,235); }
td.TdClassName
{
border-color: #D282EB;
}
.TagClassName
{
border-color: #D282EB;
}
</style>