Shades of Heliotrope #D281EA
Tints of Heliotrope #D281EA
RGB
CMYK
RGB Variations
Color information
#D281EA (or 0xD281EA) is known color: Heliotrope. HEX triplet: D2, 81 and EA. RGB value is (210,129,234). Sum of RGB (Red+Green+Blue) = 210+129+234=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #D281EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281EA is #2D7E15. Grayscale: #A4A4A4. Windows color (decimal): -2981398 or 15368658. OLE color: 15368658.
HSL color Cylindrical-coordinate representation of color #D281EA: hue angle of 286.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D281EA is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 129 | 234 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.08 |
| HSL | 286.29º | 0.71% | 0.71% | - |
| HSV(B) | 286.29º | 0.45% | 0.92% | - |
| XYZ | 49.28 | 35.34 | 82.07 | - |
| YUV | 165.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 234 | 0.10 | 0.45 | 0 | 0.08 | 286.29 | 0.71 | 0.71 |
| Hex | D2 | 81 | EA | A | 2D | 0 | 8 | 11E | 47 | 47 |
| Octal | 322 | 201 | 352 | 12 | 55 | 0 | 10 | 436 | 107 | 107 |
| Binary | 11010010 | 10000001 | 11101010 | 1010 | 101101 | 0 | 1000 | 100011110 | 1000111 | 1000111 |
Color Harmonies of #D281EA
Complementary color
Monochromatic Colors of #D281EA
Black with #D281EA
Text Example
Text Example
White with #D281EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281EA; }
p { color: rgb(210,129,234); }
H1.HeaderClassName
{
color: #D281EA;
}
.AnyTagClassName
{
color: #D281EA;
}
</style>
background-color css
<style>
a { background-color: #D281EA; }
a { background-color: rgb(210,129,234); }
div.DivClassName
{
background-color: #D281EA;
}
.BgClassName
{
background-color: #D281EA;
}
</style>
border-color css
<style>
span { border-color: #D281EA; }
span { border-color: rgb(210,129,234); }
td.TdClassName
{
border-color: #D281EA;
}
.TagClassName
{
border-color: #D281EA;
}
</style>