Shades of Heliotrope #D284EF
Tints of Heliotrope #D284EF
RGB
CMYK
RGB Variations
Color information
#D284EF (or 0xD284EF) is known color: Heliotrope. HEX triplet: D2, 84 and EF. RGB value is (210,132,239). Sum of RGB (Red+Green+Blue) = 210+132+239=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #D284EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D284EF is #2D7B10. Grayscale: #A7A7A7. Windows color (decimal): -2980625 or 15697106. OLE color: 15697106.
HSL color Cylindrical-coordinate representation of color #D284EF: hue angle of 283.74º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D284EF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 132 | 239 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.06 |
| HSL | 283.74º | 0.77% | 0.73% | - |
| HSV(B) | 283.74º | 0.45% | 0.94% | - |
| XYZ | 50.41 | 36.44 | 86.04 | - |
| YUV | 167.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 239 | 0.12 | 0.45 | 0 | 0.06 | 283.74 | 0.77 | 0.73 |
| Hex | D2 | 84 | EF | C | 2D | 0 | 6 | 11C | 4D | 49 |
| Octal | 322 | 204 | 357 | 14 | 55 | 0 | 6 | 434 | 115 | 111 |
| Binary | 11010010 | 10000100 | 11101111 | 1100 | 101101 | 0 | 110 | 100011100 | 1001101 | 1001001 |
Color Harmonies of #D284EF
Complementary color
Monochromatic Colors of #D284EF
Black with #D284EF
Text Example
Text Example
White with #D284EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284EF; }
p { color: rgb(210,132,239); }
H1.HeaderClassName
{
color: #D284EF;
}
.AnyTagClassName
{
color: #D284EF;
}
</style>
background-color css
<style>
a { background-color: #D284EF; }
a { background-color: rgb(210,132,239); }
div.DivClassName
{
background-color: #D284EF;
}
.BgClassName
{
background-color: #D284EF;
}
</style>
border-color css
<style>
span { border-color: #D284EF; }
span { border-color: rgb(210,132,239); }
td.TdClassName
{
border-color: #D284EF;
}
.TagClassName
{
border-color: #D284EF;
}
</style>