Shades of Heliotrope #D04FFE
Tints of Heliotrope #D04FFE
RGB
CMYK
RGB Variations
Color information
#D04FFE (or 0xD04FFE) is known color: Heliotrope. HEX triplet: D0, 4F and FE. RGB value is (208,79,254). Sum of RGB (Red+Green+Blue) = 208+79+254=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 79 (31.25% from 255 or 14.60% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #D04FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FFE is #2FB001. Grayscale: #888888. Windows color (decimal): -3125250 or 16666576. OLE color: 16666576.
HSL color Cylindrical-coordinate representation of color #D04FFE: hue angle of 284.23º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04FFE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 79 | 254 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.00 |
| HSL | 284.23º | 0.99% | 0.65% | - |
| HSV(B) | 284.23º | 0.69% | 1% | - |
| XYZ | 46.7 | 26.16 | 96.35 | - |
| YUV | 137.52 | 193.74 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 254 | 0.18 | 0.69 | 0 | 0.00 | 284.23 | 0.99 | 0.65 |
| Hex | D0 | 4F | FE | 12 | 45 | 0 | 0 | 11C | 63 | 41 |
| Octal | 320 | 117 | 376 | 22 | 105 | 0 | 0 | 434 | 143 | 101 |
| Binary | 11010000 | 1001111 | 11111110 | 10010 | 1000101 | 0 | 0 | 100011100 | 1100011 | 1000001 |
Color Harmonies of #D04FFE
Complementary color
Monochromatic Colors of #D04FFE
Black with #D04FFE
Text Example
Text Example
White with #D04FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FFE; }
p { color: rgb(208,79,254); }
H1.HeaderClassName
{
color: #D04FFE;
}
.AnyTagClassName
{
color: #D04FFE;
}
</style>
background-color css
<style>
a { background-color: #D04FFE; }
a { background-color: rgb(208,79,254); }
div.DivClassName
{
background-color: #D04FFE;
}
.BgClassName
{
background-color: #D04FFE;
}
</style>
border-color css
<style>
span { border-color: #D04FFE; }
span { border-color: rgb(208,79,254); }
td.TdClassName
{
border-color: #D04FFE;
}
.TagClassName
{
border-color: #D04FFE;
}
</style>