Shades of Heliotrope #D276FA
Tints of Heliotrope #D276FA
RGB
CMYK
RGB Variations
Color information
#D276FA (or 0xD276FA) is known color: Heliotrope. HEX triplet: D2, 76 and FA. RGB value is (210,118,250). Sum of RGB (Red+Green+Blue) = 210+118+250=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #D276FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D276FA is #2D8905. Grayscale: #A0A0A0. Windows color (decimal): -2984198 or 16414418. OLE color: 16414418.
HSL color Cylindrical-coordinate representation of color #D276FA: hue angle of 281.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D276FA is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 118 | 250 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.02 |
| HSL | 281.82º | 0.93% | 0.72% | - |
| HSV(B) | 281.82º | 0.53% | 0.98% | - |
| XYZ | 50.31 | 33.56 | 94.27 | - |
| YUV | 160.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 250 | 0.16 | 0.53 | 0 | 0.02 | 281.82 | 0.93 | 0.72 |
| Hex | D2 | 76 | FA | 10 | 35 | 0 | 2 | 11A | 5D | 48 |
| Octal | 322 | 166 | 372 | 20 | 65 | 0 | 2 | 432 | 135 | 110 |
| Binary | 11010010 | 1110110 | 11111010 | 10000 | 110101 | 0 | 10 | 100011010 | 1011101 | 1001000 |
Color Harmonies of #D276FA
Complementary color
Monochromatic Colors of #D276FA
Black with #D276FA
Text Example
Text Example
White with #D276FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276FA; }
p { color: rgb(210,118,250); }
H1.HeaderClassName
{
color: #D276FA;
}
.AnyTagClassName
{
color: #D276FA;
}
</style>
background-color css
<style>
a { background-color: #D276FA; }
a { background-color: rgb(210,118,250); }
div.DivClassName
{
background-color: #D276FA;
}
.BgClassName
{
background-color: #D276FA;
}
</style>
border-color css
<style>
span { border-color: #D276FA; }
span { border-color: rgb(210,118,250); }
td.TdClassName
{
border-color: #D276FA;
}
.TagClassName
{
border-color: #D276FA;
}
</style>