Shades of Heliotrope #D047FE
Tints of Heliotrope #D047FE
RGB
CMYK
RGB Variations
Color information
#D047FE (or 0xD047FE) is known color: Heliotrope. HEX triplet: D0, 47 and FE. RGB value is (208,71,254). Sum of RGB (Red+Green+Blue) = 208+71+254=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 71 (28.12% from 255 or 13.32% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #D047FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D047FE is #2FB801. Grayscale: #848484. Windows color (decimal): -3127298 or 16664528. OLE color: 16664528.
HSL color Cylindrical-coordinate representation of color #D047FE: hue angle of 284.92º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D047FE is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 71 | 254 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.00 |
| HSL | 284.92º | 0.99% | 0.64% | - |
| HSV(B) | 284.92º | 0.72% | 1% | - |
| XYZ | 46.16 | 25.07 | 96.17 | - |
| YUV | 132.83 | 196.39 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 254 | 0.18 | 0.72 | 0 | 0.00 | 284.92 | 0.99 | 0.64 |
| Hex | D0 | 47 | FE | 12 | 48 | 0 | 0 | 11D | 63 | 40 |
| Octal | 320 | 107 | 376 | 22 | 110 | 0 | 0 | 435 | 143 | 100 |
| Binary | 11010000 | 1000111 | 11111110 | 10010 | 1001000 | 0 | 0 | 100011101 | 1100011 | 1000000 |
Color Harmonies of #D047FE
Complementary color
Monochromatic Colors of #D047FE
Black with #D047FE
Text Example
Text Example
White with #D047FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047FE; }
p { color: rgb(208,71,254); }
H1.HeaderClassName
{
color: #D047FE;
}
.AnyTagClassName
{
color: #D047FE;
}
</style>
background-color css
<style>
a { background-color: #D047FE; }
a { background-color: rgb(208,71,254); }
div.DivClassName
{
background-color: #D047FE;
}
.BgClassName
{
background-color: #D047FE;
}
</style>
border-color css
<style>
span { border-color: #D047FE; }
span { border-color: rgb(208,71,254); }
td.TdClassName
{
border-color: #D047FE;
}
.TagClassName
{
border-color: #D047FE;
}
</style>