Shades of Heliotrope #D672ED
Tints of Heliotrope #D672ED
RGB
CMYK
RGB Variations
Color information
#D672ED (or 0xD672ED) is known color: Heliotrope. HEX triplet: D6, 72 and ED. RGB value is (214,114,237). Sum of RGB (Red+Green+Blue) = 214+114+237=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #D672ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672ED is #298D12. Grayscale: #9D9D9D. Windows color (decimal): -2723091 or 15561430. OLE color: 15561430.
HSL color Cylindrical-coordinate representation of color #D672ED: hue angle of 288.78º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D672ED is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 114 | 237 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.07 |
| HSL | 288.78º | 0.77% | 0.69% | - |
| HSV(B) | 288.78º | 0.52% | 0.93% | - |
| XYZ | 49.03 | 32.45 | 83.8 | - |
| YUV | 157.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 237 | 0.10 | 0.52 | 0 | 0.07 | 288.78 | 0.77 | 0.69 |
| Hex | D6 | 72 | ED | A | 34 | 0 | 7 | 121 | 4D | 45 |
| Octal | 326 | 162 | 355 | 12 | 64 | 0 | 7 | 441 | 115 | 105 |
| Binary | 11010110 | 1110010 | 11101101 | 1010 | 110100 | 0 | 111 | 100100001 | 1001101 | 1000101 |
Color Harmonies of #D672ED
Complementary color
Monochromatic Colors of #D672ED
Black with #D672ED
Text Example
Text Example
White with #D672ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672ED; }
p { color: rgb(214,114,237); }
H1.HeaderClassName
{
color: #D672ED;
}
.AnyTagClassName
{
color: #D672ED;
}
</style>
background-color css
<style>
a { background-color: #D672ED; }
a { background-color: rgb(214,114,237); }
div.DivClassName
{
background-color: #D672ED;
}
.BgClassName
{
background-color: #D672ED;
}
</style>
border-color css
<style>
span { border-color: #D672ED; }
span { border-color: rgb(214,114,237); }
td.TdClassName
{
border-color: #D672ED;
}
.TagClassName
{
border-color: #D672ED;
}
</style>