Shades of Heliotrope #D672EB
Tints of Heliotrope #D672EB
RGB
CMYK
RGB Variations
Color information
#D672EB (or 0xD672EB) is known color: Heliotrope. HEX triplet: D6, 72 and EB. RGB value is (214,114,235). Sum of RGB (Red+Green+Blue) = 214+114+235=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #D672EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672EB is #298D14. Grayscale: #9D9D9D. Windows color (decimal): -2723093 or 15430358. OLE color: 15430358.
HSL color Cylindrical-coordinate representation of color #D672EB: hue angle of 289.59º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D672EB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 114 | 235 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.08 |
| HSL | 289.59º | 0.75% | 0.68% | - |
| HSV(B) | 289.59º | 0.51% | 0.92% | - |
| XYZ | 48.74 | 32.33 | 82.27 | - |
| YUV | 157.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 235 | 0.09 | 0.51 | 0 | 0.08 | 289.59 | 0.75 | 0.68 |
| Hex | D6 | 72 | EB | 9 | 33 | 0 | 8 | 122 | 4B | 44 |
| Octal | 326 | 162 | 353 | 11 | 63 | 0 | 10 | 442 | 113 | 104 |
| Binary | 11010110 | 1110010 | 11101011 | 1001 | 110011 | 0 | 1000 | 100100010 | 1001011 | 1000100 |
Color Harmonies of #D672EB
Complementary color
Monochromatic Colors of #D672EB
Black with #D672EB
Text Example
Text Example
White with #D672EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672EB; }
p { color: rgb(214,114,235); }
H1.HeaderClassName
{
color: #D672EB;
}
.AnyTagClassName
{
color: #D672EB;
}
</style>
background-color css
<style>
a { background-color: #D672EB; }
a { background-color: rgb(214,114,235); }
div.DivClassName
{
background-color: #D672EB;
}
.BgClassName
{
background-color: #D672EB;
}
</style>
border-color css
<style>
span { border-color: #D672EB; }
span { border-color: rgb(214,114,235); }
td.TdClassName
{
border-color: #D672EB;
}
.TagClassName
{
border-color: #D672EB;
}
</style>