Shades of Heliotrope #D278EF
Tints of Heliotrope #D278EF
RGB
CMYK
RGB Variations
Color information
#D278EF (or 0xD278EF) is known color: Heliotrope. HEX triplet: D2, 78 and EF. RGB value is (210,120,239). Sum of RGB (Red+Green+Blue) = 210+120+239=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #D278EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D278EF is #2D8710. Grayscale: #A0A0A0. Windows color (decimal): -2983697 or 15694034. OLE color: 15694034.
HSL color Cylindrical-coordinate representation of color #D278EF: hue angle of 285.38º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D278EF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 120 | 239 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.06 |
| HSL | 285.38º | 0.79% | 0.7% | - |
| HSV(B) | 285.38º | 0.5% | 0.94% | - |
| XYZ | 48.87 | 33.37 | 85.53 | - |
| YUV | 160.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 239 | 0.12 | 0.50 | 0 | 0.06 | 285.38 | 0.79 | 0.7 |
| Hex | D2 | 78 | EF | C | 32 | 0 | 6 | 11D | 4F | 46 |
| Octal | 322 | 170 | 357 | 14 | 62 | 0 | 6 | 435 | 117 | 106 |
| Binary | 11010010 | 1111000 | 11101111 | 1100 | 110010 | 0 | 110 | 100011101 | 1001111 | 1000110 |
Color Harmonies of #D278EF
Complementary color
Monochromatic Colors of #D278EF
Black with #D278EF
Text Example
Text Example
White with #D278EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D278EF; }
p { color: rgb(210,120,239); }
H1.HeaderClassName
{
color: #D278EF;
}
.AnyTagClassName
{
color: #D278EF;
}
</style>
background-color css
<style>
a { background-color: #D278EF; }
a { background-color: rgb(210,120,239); }
div.DivClassName
{
background-color: #D278EF;
}
.BgClassName
{
background-color: #D278EF;
}
</style>
border-color css
<style>
span { border-color: #D278EF; }
span { border-color: rgb(210,120,239); }
td.TdClassName
{
border-color: #D278EF;
}
.TagClassName
{
border-color: #D278EF;
}
</style>