Shades of Heliotrope #D049FE
Tints of Heliotrope #D049FE
RGB
CMYK
RGB Variations
Color information
#D049FE (or 0xD049FE) is known color: Heliotrope. HEX triplet: D0, 49 and FE. RGB value is (208,73,254). Sum of RGB (Red+Green+Blue) = 208+73+254=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 73 (28.91% from 255 or 13.64% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #D049FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049FE is #2FB601. Grayscale: #858585. Windows color (decimal): -3126786 or 16665040. OLE color: 16665040.
HSL color Cylindrical-coordinate representation of color #D049FE: hue angle of 284.75º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D049FE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 73 | 254 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.00 |
| HSL | 284.75º | 0.99% | 0.64% | - |
| HSV(B) | 284.75º | 0.71% | 1% | - |
| XYZ | 46.28 | 25.33 | 96.22 | - |
| YUV | 134 | 195.73 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 254 | 0.18 | 0.71 | 0 | 0.00 | 284.75 | 0.99 | 0.64 |
| Hex | D0 | 49 | FE | 12 | 47 | 0 | 0 | 11D | 63 | 40 |
| Octal | 320 | 111 | 376 | 22 | 107 | 0 | 0 | 435 | 143 | 100 |
| Binary | 11010000 | 1001001 | 11111110 | 10010 | 1000111 | 0 | 0 | 100011101 | 1100011 | 1000000 |
Color Harmonies of #D049FE
Complementary color
Monochromatic Colors of #D049FE
Black with #D049FE
Text Example
Text Example
White with #D049FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049FE; }
p { color: rgb(208,73,254); }
H1.HeaderClassName
{
color: #D049FE;
}
.AnyTagClassName
{
color: #D049FE;
}
</style>
background-color css
<style>
a { background-color: #D049FE; }
a { background-color: rgb(208,73,254); }
div.DivClassName
{
background-color: #D049FE;
}
.BgClassName
{
background-color: #D049FE;
}
</style>
border-color css
<style>
span { border-color: #D049FE; }
span { border-color: rgb(208,73,254); }
td.TdClassName
{
border-color: #D049FE;
}
.TagClassName
{
border-color: #D049FE;
}
</style>