Shades of Heliotrope #D281EF
Tints of Heliotrope #D281EF
RGB
CMYK
RGB Variations
Color information
#D281EF (or 0xD281EF) is known color: Heliotrope. HEX triplet: D2, 81 and EF. RGB value is (210,129,239). Sum of RGB (Red+Green+Blue) = 210+129+239=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #D281EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281EF is #2D7E10. Grayscale: #A5A5A5. Windows color (decimal): -2981393 or 15696338. OLE color: 15696338.
HSL color Cylindrical-coordinate representation of color #D281EF: hue angle of 284.18º 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 #D281EF is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 129 | 239 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.06 |
| HSL | 284.18º | 0.77% | 0.72% | - |
| HSV(B) | 284.18º | 0.46% | 0.94% | - |
| XYZ | 50.01 | 35.63 | 85.9 | - |
| YUV | 165.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 239 | 0.12 | 0.46 | 0 | 0.06 | 284.18 | 0.77 | 0.72 |
| Hex | D2 | 81 | EF | C | 2E | 0 | 6 | 11C | 4D | 48 |
| Octal | 322 | 201 | 357 | 14 | 56 | 0 | 6 | 434 | 115 | 110 |
| Binary | 11010010 | 10000001 | 11101111 | 1100 | 101110 | 0 | 110 | 100011100 | 1001101 | 1001000 |
Color Harmonies of #D281EF
Complementary color
Monochromatic Colors of #D281EF
Black with #D281EF
Text Example
Text Example
White with #D281EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281EF; }
p { color: rgb(210,129,239); }
H1.HeaderClassName
{
color: #D281EF;
}
.AnyTagClassName
{
color: #D281EF;
}
</style>
background-color css
<style>
a { background-color: #D281EF; }
a { background-color: rgb(210,129,239); }
div.DivClassName
{
background-color: #D281EF;
}
.BgClassName
{
background-color: #D281EF;
}
</style>
border-color css
<style>
span { border-color: #D281EF; }
span { border-color: rgb(210,129,239); }
td.TdClassName
{
border-color: #D281EF;
}
.TagClassName
{
border-color: #D281EF;
}
</style>