Shades of Heliotrope #D072EB
Tints of Heliotrope #D072EB
RGB
CMYK
RGB Variations
Color information
#D072EB (or 0xD072EB) is known color: Heliotrope. HEX triplet: D0, 72 and EB. RGB value is (208,114,235). Sum of RGB (Red+Green+Blue) = 208+114+235=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #D072EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072EB is #2F8D14. Grayscale: #9B9B9B. Windows color (decimal): -3116309 or 15430352. OLE color: 15430352.
HSL color Cylindrical-coordinate representation of color #D072EB: hue angle of 286.61º 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 #D072EB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 114 | 235 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.08 |
| HSL | 286.61º | 0.75% | 0.68% | - |
| HSV(B) | 286.61º | 0.51% | 0.92% | - |
| XYZ | 47.03 | 31.44 | 82.19 | - |
| YUV | 155.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 235 | 0.11 | 0.51 | 0 | 0.08 | 286.61 | 0.75 | 0.68 |
| Hex | D0 | 72 | EB | B | 33 | 0 | 8 | 11F | 4B | 44 |
| Octal | 320 | 162 | 353 | 13 | 63 | 0 | 10 | 437 | 113 | 104 |
| Binary | 11010000 | 1110010 | 11101011 | 1011 | 110011 | 0 | 1000 | 100011111 | 1001011 | 1000100 |
Color Harmonies of #D072EB
Complementary color
Monochromatic Colors of #D072EB
Black with #D072EB
Text Example
Text Example
White with #D072EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072EB; }
p { color: rgb(208,114,235); }
H1.HeaderClassName
{
color: #D072EB;
}
.AnyTagClassName
{
color: #D072EB;
}
</style>
background-color css
<style>
a { background-color: #D072EB; }
a { background-color: rgb(208,114,235); }
div.DivClassName
{
background-color: #D072EB;
}
.BgClassName
{
background-color: #D072EB;
}
</style>
border-color css
<style>
span { border-color: #D072EB; }
span { border-color: rgb(208,114,235); }
td.TdClassName
{
border-color: #D072EB;
}
.TagClassName
{
border-color: #D072EB;
}
</style>