Shades of Heliotrope #D274EC
Tints of Heliotrope #D274EC
RGB
CMYK
RGB Variations
Color information
#D274EC (or 0xD274EC) is known color: Heliotrope. HEX triplet: D2, 74 and EC. RGB value is (210,116,236). Sum of RGB (Red+Green+Blue) = 210+116+236=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #D274EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D274EC is #2D8B13. Grayscale: #9D9D9D. Windows color (decimal): -2984724 or 15496402. OLE color: 15496402.
HSL color Cylindrical-coordinate representation of color #D274EC: hue angle of 287º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D274EC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 116 | 236 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.07 |
| HSL | 287º | 0.76% | 0.69% | - |
| HSV(B) | 287º | 0.51% | 0.93% | - |
| XYZ | 47.96 | 32.25 | 83.05 | - |
| YUV | 157.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 236 | 0.11 | 0.51 | 0 | 0.07 | 287 | 0.76 | 0.69 |
| Hex | D2 | 74 | EC | B | 33 | 0 | 7 | 11F | 4C | 45 |
| Octal | 322 | 164 | 354 | 13 | 63 | 0 | 7 | 437 | 114 | 105 |
| Binary | 11010010 | 1110100 | 11101100 | 1011 | 110011 | 0 | 111 | 100011111 | 1001100 | 1000101 |
Color Harmonies of #D274EC
Complementary color
Monochromatic Colors of #D274EC
Black with #D274EC
Text Example
Text Example
White with #D274EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274EC; }
p { color: rgb(210,116,236); }
H1.HeaderClassName
{
color: #D274EC;
}
.AnyTagClassName
{
color: #D274EC;
}
</style>
background-color css
<style>
a { background-color: #D274EC; }
a { background-color: rgb(210,116,236); }
div.DivClassName
{
background-color: #D274EC;
}
.BgClassName
{
background-color: #D274EC;
}
</style>
border-color css
<style>
span { border-color: #D274EC; }
span { border-color: rgb(210,116,236); }
td.TdClassName
{
border-color: #D274EC;
}
.TagClassName
{
border-color: #D274EC;
}
</style>