Shades of Heliotrope #D672EE
Tints of Heliotrope #D672EE
RGB
CMYK
RGB Variations
Color information
#D672EE (or 0xD672EE) is known color: Heliotrope. HEX triplet: D6, 72 and EE. RGB value is (214,114,238). Sum of RGB (Red+Green+Blue) = 214+114+238=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #D672EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672EE is #298D11. Grayscale: #9D9D9D. Windows color (decimal): -2723090 or 15626966. OLE color: 15626966.
HSL color Cylindrical-coordinate representation of color #D672EE: hue angle of 288.39º degrees, saturation: 0.78, 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 #D672EE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 114 | 238 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.07 |
| HSL | 288.39º | 0.78% | 0.69% | - |
| HSV(B) | 288.39º | 0.52% | 0.93% | - |
| XYZ | 49.18 | 32.5 | 84.57 | - |
| YUV | 158.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 238 | 0.10 | 0.52 | 0 | 0.07 | 288.39 | 0.78 | 0.69 |
| Hex | D6 | 72 | EE | A | 34 | 0 | 7 | 120 | 4E | 45 |
| Octal | 326 | 162 | 356 | 12 | 64 | 0 | 7 | 440 | 116 | 105 |
| Binary | 11010110 | 1110010 | 11101110 | 1010 | 110100 | 0 | 111 | 100100000 | 1001110 | 1000101 |
Color Harmonies of #D672EE
Complementary color
Monochromatic Colors of #D672EE
Black with #D672EE
Text Example
Text Example
White with #D672EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672EE; }
p { color: rgb(214,114,238); }
H1.HeaderClassName
{
color: #D672EE;
}
.AnyTagClassName
{
color: #D672EE;
}
</style>
background-color css
<style>
a { background-color: #D672EE; }
a { background-color: rgb(214,114,238); }
div.DivClassName
{
background-color: #D672EE;
}
.BgClassName
{
background-color: #D672EE;
}
</style>
border-color css
<style>
span { border-color: #D672EE; }
span { border-color: rgb(214,114,238); }
td.TdClassName
{
border-color: #D672EE;
}
.TagClassName
{
border-color: #D672EE;
}
</style>