Shades of Heliotrope #D048FE
Tints of Heliotrope #D048FE
RGB
CMYK
RGB Variations
Color information
#D048FE (or 0xD048FE) is known color: Heliotrope. HEX triplet: D0, 48 and FE. RGB value is (208,72,254). Sum of RGB (Red+Green+Blue) = 208+72+254=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 72 (28.52% from 255 or 13.48% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #D048FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048FE is #2FB701. Grayscale: #848484. Windows color (decimal): -3127042 or 16664784. OLE color: 16664784.
HSL color Cylindrical-coordinate representation of color #D048FE: hue angle of 284.84º 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 #D048FE is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 72 | 254 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.00 |
| HSL | 284.84º | 0.99% | 0.64% | - |
| HSV(B) | 284.84º | 0.72% | 1% | - |
| XYZ | 46.22 | 25.2 | 96.19 | - |
| YUV | 133.41 | 196.06 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 254 | 0.18 | 0.72 | 0 | 0.00 | 284.84 | 0.99 | 0.64 |
| Hex | D0 | 48 | FE | 12 | 48 | 0 | 0 | 11D | 63 | 40 |
| Octal | 320 | 110 | 376 | 22 | 110 | 0 | 0 | 435 | 143 | 100 |
| Binary | 11010000 | 1001000 | 11111110 | 10010 | 1001000 | 0 | 0 | 100011101 | 1100011 | 1000000 |
Color Harmonies of #D048FE
Complementary color
Monochromatic Colors of #D048FE
Black with #D048FE
Text Example
Text Example
White with #D048FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048FE; }
p { color: rgb(208,72,254); }
H1.HeaderClassName
{
color: #D048FE;
}
.AnyTagClassName
{
color: #D048FE;
}
</style>
background-color css
<style>
a { background-color: #D048FE; }
a { background-color: rgb(208,72,254); }
div.DivClassName
{
background-color: #D048FE;
}
.BgClassName
{
background-color: #D048FE;
}
</style>
border-color css
<style>
span { border-color: #D048FE; }
span { border-color: rgb(208,72,254); }
td.TdClassName
{
border-color: #D048FE;
}
.TagClassName
{
border-color: #D048FE;
}
</style>