Shades of Heliotrope #D04FFB
Tints of Heliotrope #D04FFB
RGB
CMYK
RGB Variations
Color information
#D04FFB (or 0xD04FFB) is known color: Heliotrope. HEX triplet: D0, 4F and FB. RGB value is (208,79,251). Sum of RGB (Red+Green+Blue) = 208+79+251=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 79 (31.25% from 255 or 14.68% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #D04FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FFB is #2FB004. Grayscale: #888888. Windows color (decimal): -3125253 or 16469968. OLE color: 16469968.
HSL color Cylindrical-coordinate representation of color #D04FFB: hue angle of 285º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04FFB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 79 | 251 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.02 |
| HSL | 285º | 0.96% | 0.65% | - |
| HSV(B) | 285º | 0.69% | 0.98% | - |
| XYZ | 46.22 | 25.97 | 93.84 | - |
| YUV | 137.18 | 192.24 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 251 | 0.17 | 0.69 | 0 | 0.02 | 285 | 0.96 | 0.65 |
| Hex | D0 | 4F | FB | 11 | 45 | 0 | 2 | 11D | 60 | 41 |
| Octal | 320 | 117 | 373 | 21 | 105 | 0 | 2 | 435 | 140 | 101 |
| Binary | 11010000 | 1001111 | 11111011 | 10001 | 1000101 | 0 | 10 | 100011101 | 1100000 | 1000001 |
Color Harmonies of #D04FFB
Complementary color
Monochromatic Colors of #D04FFB
Black with #D04FFB
Text Example
Text Example
White with #D04FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FFB; }
p { color: rgb(208,79,251); }
H1.HeaderClassName
{
color: #D04FFB;
}
.AnyTagClassName
{
color: #D04FFB;
}
</style>
background-color css
<style>
a { background-color: #D04FFB; }
a { background-color: rgb(208,79,251); }
div.DivClassName
{
background-color: #D04FFB;
}
.BgClassName
{
background-color: #D04FFB;
}
</style>
border-color css
<style>
span { border-color: #D04FFB; }
span { border-color: rgb(208,79,251); }
td.TdClassName
{
border-color: #D04FFB;
}
.TagClassName
{
border-color: #D04FFB;
}
</style>