Shades of Heliotrope #D945FB
Tints of Heliotrope #D945FB
RGB
CMYK
RGB Variations
Color information
#D945FB (or 0xD945FB) is known color: Heliotrope. HEX triplet: D9, 45 and FB. RGB value is (217,69,251). Sum of RGB (Red+Green+Blue) = 217+69+251=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 69 (27.34% from 255 or 12.85% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #D945FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D945FB is #26BA04. Grayscale: #858585. Windows color (decimal): -2537989 or 16467417. OLE color: 16467417.
HSL color Cylindrical-coordinate representation of color #D945FB: hue angle of 288.79º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D945FB is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 69 | 251 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.02 |
| HSL | 288.79º | 0.96% | 0.63% | - |
| HSV(B) | 288.79º | 0.73% | 0.98% | - |
| XYZ | 48.16 | 25.97 | 93.74 | - |
| YUV | 134 | 194.03 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 251 | 0.14 | 0.73 | 0 | 0.02 | 288.79 | 0.96 | 0.63 |
| Hex | D9 | 45 | FB | E | 49 | 0 | 2 | 121 | 60 | 3F |
| Octal | 331 | 105 | 373 | 16 | 111 | 0 | 2 | 441 | 140 | 77 |
| Binary | 11011001 | 1000101 | 11111011 | 1110 | 1001001 | 0 | 10 | 100100001 | 1100000 | 111111 |
Color Harmonies of #D945FB
Complementary color
Monochromatic Colors of #D945FB
Black with #D945FB
Text Example
Text Example
White with #D945FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D945FB; }
p { color: rgb(217,69,251); }
H1.HeaderClassName
{
color: #D945FB;
}
.AnyTagClassName
{
color: #D945FB;
}
</style>
background-color css
<style>
a { background-color: #D945FB; }
a { background-color: rgb(217,69,251); }
div.DivClassName
{
background-color: #D945FB;
}
.BgClassName
{
background-color: #D945FB;
}
</style>
border-color css
<style>
span { border-color: #D945FB; }
span { border-color: rgb(217,69,251); }
td.TdClassName
{
border-color: #D945FB;
}
.TagClassName
{
border-color: #D945FB;
}
</style>