Shades of Heliotrope #D046FB
Tints of Heliotrope #D046FB
RGB
CMYK
RGB Variations
Color information
#D046FB (or 0xD046FB) is known color: Heliotrope. HEX triplet: D0, 46 and FB. RGB value is (208,70,251). Sum of RGB (Red+Green+Blue) = 208+70+251=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #D046FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046FB is #2FB904. Grayscale: #838383. Windows color (decimal): -3127557 or 16467664. OLE color: 16467664.
HSL color Cylindrical-coordinate representation of color #D046FB: hue angle of 285.75º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D046FB is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 70 | 251 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.02 |
| HSL | 285.75º | 0.96% | 0.63% | - |
| HSV(B) | 285.75º | 0.72% | 0.98% | - |
| XYZ | 45.62 | 24.76 | 93.64 | - |
| YUV | 131.9 | 195.22 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 251 | 0.17 | 0.72 | 0 | 0.02 | 285.75 | 0.96 | 0.63 |
| Hex | D0 | 46 | FB | 11 | 48 | 0 | 2 | 11E | 60 | 3F |
| Octal | 320 | 106 | 373 | 21 | 110 | 0 | 2 | 436 | 140 | 77 |
| Binary | 11010000 | 1000110 | 11111011 | 10001 | 1001000 | 0 | 10 | 100011110 | 1100000 | 111111 |
Color Harmonies of #D046FB
Complementary color
Monochromatic Colors of #D046FB
Black with #D046FB
Text Example
Text Example
White with #D046FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046FB; }
p { color: rgb(208,70,251); }
H1.HeaderClassName
{
color: #D046FB;
}
.AnyTagClassName
{
color: #D046FB;
}
</style>
background-color css
<style>
a { background-color: #D046FB; }
a { background-color: rgb(208,70,251); }
div.DivClassName
{
background-color: #D046FB;
}
.BgClassName
{
background-color: #D046FB;
}
</style>
border-color css
<style>
span { border-color: #D046FB; }
span { border-color: rgb(208,70,251); }
td.TdClassName
{
border-color: #D046FB;
}
.TagClassName
{
border-color: #D046FB;
}
</style>