Shades of Heliotrope #D951FB
Tints of Heliotrope #D951FB
RGB
CMYK
RGB Variations
Color information
#D951FB (or 0xD951FB) is known color: Heliotrope. HEX triplet: D9, 51 and FB. RGB value is (217,81,251). Sum of RGB (Red+Green+Blue) = 217+81+251=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #D951FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D951FB is #26AE04. Grayscale: #8C8C8C. Windows color (decimal): -2534917 or 16470489. OLE color: 16470489.
HSL color Cylindrical-coordinate representation of color #D951FB: hue angle of 288º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D951FB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 81 | 251 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.02 |
| HSL | 288º | 0.96% | 0.65% | - |
| HSV(B) | 288º | 0.68% | 0.98% | - |
| XYZ | 48.97 | 27.6 | 94.01 | - |
| YUV | 141.04 | 190.06 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 251 | 0.14 | 0.68 | 0 | 0.02 | 288 | 0.96 | 0.65 |
| Hex | D9 | 51 | FB | E | 44 | 0 | 2 | 120 | 60 | 41 |
| Octal | 331 | 121 | 373 | 16 | 104 | 0 | 2 | 440 | 140 | 101 |
| Binary | 11011001 | 1010001 | 11111011 | 1110 | 1000100 | 0 | 10 | 100100000 | 1100000 | 1000001 |
Color Harmonies of #D951FB
Complementary color
Monochromatic Colors of #D951FB
Black with #D951FB
Text Example
Text Example
White with #D951FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951FB; }
p { color: rgb(217,81,251); }
H1.HeaderClassName
{
color: #D951FB;
}
.AnyTagClassName
{
color: #D951FB;
}
</style>
background-color css
<style>
a { background-color: #D951FB; }
a { background-color: rgb(217,81,251); }
div.DivClassName
{
background-color: #D951FB;
}
.BgClassName
{
background-color: #D951FB;
}
</style>
border-color css
<style>
span { border-color: #D951FB; }
span { border-color: rgb(217,81,251); }
td.TdClassName
{
border-color: #D951FB;
}
.TagClassName
{
border-color: #D951FB;
}
</style>