Shades of Heliotrope #D276E8
Tints of Heliotrope #D276E8
RGB
CMYK
RGB Variations
Color information
#D276E8 (or 0xD276E8) is known color: Heliotrope. HEX triplet: D2, 76 and E8. RGB value is (210,118,232). Sum of RGB (Red+Green+Blue) = 210+118+232=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #D276E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D276E8 is #2D8917. Grayscale: #9E9E9E. Windows color (decimal): -2984216 or 15234770. OLE color: 15234770.
HSL color Cylindrical-coordinate representation of color #D276E8: hue angle of 288.42º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D276E8 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 118 | 232 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.09 |
| HSL | 288.42º | 0.71% | 0.69% | - |
| HSV(B) | 288.42º | 0.49% | 0.91% | - |
| XYZ | 47.62 | 32.48 | 80.1 | - |
| YUV | 158.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 232 | 0.09 | 0.49 | 0 | 0.09 | 288.42 | 0.71 | 0.69 |
| Hex | D2 | 76 | E8 | 9 | 31 | 0 | 9 | 120 | 47 | 45 |
| Octal | 322 | 166 | 350 | 11 | 61 | 0 | 11 | 440 | 107 | 105 |
| Binary | 11010010 | 1110110 | 11101000 | 1001 | 110001 | 0 | 1001 | 100100000 | 1000111 | 1000101 |
Color Harmonies of #D276E8
Complementary color
Monochromatic Colors of #D276E8
Black with #D276E8
Text Example
Text Example
White with #D276E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276E8; }
p { color: rgb(210,118,232); }
H1.HeaderClassName
{
color: #D276E8;
}
.AnyTagClassName
{
color: #D276E8;
}
</style>
background-color css
<style>
a { background-color: #D276E8; }
a { background-color: rgb(210,118,232); }
div.DivClassName
{
background-color: #D276E8;
}
.BgClassName
{
background-color: #D276E8;
}
</style>
border-color css
<style>
span { border-color: #D276E8; }
span { border-color: rgb(210,118,232); }
td.TdClassName
{
border-color: #D276E8;
}
.TagClassName
{
border-color: #D276E8;
}
</style>