Shades of Heliotrope #D674EF
Tints of Heliotrope #D674EF
RGB
CMYK
RGB Variations
Color information
#D674EF (or 0xD674EF) is known color: Heliotrope. HEX triplet: D6, 74 and EF. RGB value is (214,116,239). Sum of RGB (Red+Green+Blue) = 214+116+239=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 116 (45.70% from 255 or 20.39% 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 #D674EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674EF is #298B10. Grayscale: #9E9E9E. Windows color (decimal): -2722577 or 15693014. OLE color: 15693014.
HSL color Cylindrical-coordinate representation of color #D674EF: hue angle of 287.8º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D674EF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 116 | 239 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.06 |
| HSL | 287.8º | 0.79% | 0.7% | - |
| HSV(B) | 287.8º | 0.51% | 0.94% | - |
| XYZ | 49.56 | 33.02 | 85.42 | - |
| YUV | 159.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 239 | 0.10 | 0.51 | 0 | 0.06 | 287.8 | 0.79 | 0.7 |
| Hex | D6 | 74 | EF | A | 33 | 0 | 6 | 120 | 4F | 46 |
| Octal | 326 | 164 | 357 | 12 | 63 | 0 | 6 | 440 | 117 | 106 |
| Binary | 11010110 | 1110100 | 11101111 | 1010 | 110011 | 0 | 110 | 100100000 | 1001111 | 1000110 |
Color Harmonies of #D674EF
Complementary color
Monochromatic Colors of #D674EF
Black with #D674EF
Text Example
Text Example
White with #D674EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674EF; }
p { color: rgb(214,116,239); }
H1.HeaderClassName
{
color: #D674EF;
}
.AnyTagClassName
{
color: #D674EF;
}
</style>
background-color css
<style>
a { background-color: #D674EF; }
a { background-color: rgb(214,116,239); }
div.DivClassName
{
background-color: #D674EF;
}
.BgClassName
{
background-color: #D674EF;
}
</style>
border-color css
<style>
span { border-color: #D674EF; }
span { border-color: rgb(214,116,239); }
td.TdClassName
{
border-color: #D674EF;
}
.TagClassName
{
border-color: #D674EF;
}
</style>