Shades of Heliotrope #D672EF
Tints of Heliotrope #D672EF
RGB
CMYK
RGB Variations
Color information
#D672EF (or 0xD672EF) is known color: Heliotrope. HEX triplet: D6, 72 and EF. RGB value is (214,114,239). Sum of RGB (Red+Green+Blue) = 214+114+239=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #D672EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672EF is #298D10. Grayscale: #9D9D9D. Windows color (decimal): -2723089 or 15692502. OLE color: 15692502.
HSL color Cylindrical-coordinate representation of color #D672EF: hue angle of 288º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D672EF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 114 | 239 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.06 |
| HSL | 288º | 0.8% | 0.69% | - |
| HSV(B) | 288º | 0.52% | 0.94% | - |
| XYZ | 49.33 | 32.56 | 85.35 | - |
| YUV | 158.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 239 | 0.10 | 0.52 | 0 | 0.06 | 288 | 0.8 | 0.69 |
| Hex | D6 | 72 | EF | A | 34 | 0 | 6 | 120 | 50 | 45 |
| Octal | 326 | 162 | 357 | 12 | 64 | 0 | 6 | 440 | 120 | 105 |
| Binary | 11010110 | 1110010 | 11101111 | 1010 | 110100 | 0 | 110 | 100100000 | 1010000 | 1000101 |
Color Harmonies of #D672EF
Complementary color
Monochromatic Colors of #D672EF
Black with #D672EF
Text Example
Text Example
White with #D672EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672EF; }
p { color: rgb(214,114,239); }
H1.HeaderClassName
{
color: #D672EF;
}
.AnyTagClassName
{
color: #D672EF;
}
</style>
background-color css
<style>
a { background-color: #D672EF; }
a { background-color: rgb(214,114,239); }
div.DivClassName
{
background-color: #D672EF;
}
.BgClassName
{
background-color: #D672EF;
}
</style>
border-color css
<style>
span { border-color: #D672EF; }
span { border-color: rgb(214,114,239); }
td.TdClassName
{
border-color: #D672EF;
}
.TagClassName
{
border-color: #D672EF;
}
</style>