Shades of Heliotrope #D072FE
Tints of Heliotrope #D072FE
RGB
CMYK
RGB Variations
Color information
#D072FE (or 0xD072FE) is known color: Heliotrope. HEX triplet: D0, 72 and FE. RGB value is (208,114,254). Sum of RGB (Red+Green+Blue) = 208+114+254=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #D072FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072FE is #2F8D01. Grayscale: #9D9D9D. Windows color (decimal): -3116290 or 16675536. OLE color: 16675536.
HSL color Cylindrical-coordinate representation of color #D072FE: hue angle of 280.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D072FE is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 114 | 254 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.00 |
| HSL | 280.29º | 0.99% | 0.72% | - |
| HSV(B) | 280.29º | 0.55% | 1% | - |
| XYZ | 49.92 | 32.6 | 97.43 | - |
| YUV | 158.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 254 | 0.18 | 0.55 | 0 | 0.00 | 280.29 | 0.99 | 0.72 |
| Hex | D0 | 72 | FE | 12 | 37 | 0 | 0 | 118 | 63 | 48 |
| Octal | 320 | 162 | 376 | 22 | 67 | 0 | 0 | 430 | 143 | 110 |
| Binary | 11010000 | 1110010 | 11111110 | 10010 | 110111 | 0 | 0 | 100011000 | 1100011 | 1001000 |
Color Harmonies of #D072FE
Complementary color
Monochromatic Colors of #D072FE
Black with #D072FE
Text Example
Text Example
White with #D072FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072FE; }
p { color: rgb(208,114,254); }
H1.HeaderClassName
{
color: #D072FE;
}
.AnyTagClassName
{
color: #D072FE;
}
</style>
background-color css
<style>
a { background-color: #D072FE; }
a { background-color: rgb(208,114,254); }
div.DivClassName
{
background-color: #D072FE;
}
.BgClassName
{
background-color: #D072FE;
}
</style>
border-color css
<style>
span { border-color: #D072FE; }
span { border-color: rgb(208,114,254); }
td.TdClassName
{
border-color: #D072FE;
}
.TagClassName
{
border-color: #D072FE;
}
</style>