Shades of Heliotrope #D944FC
Tints of Heliotrope #D944FC
RGB
CMYK
RGB Variations
Color information
#D944FC (or 0xD944FC) is known color: Heliotrope. HEX triplet: D9, 44 and FC. RGB value is (217,68,252). Sum of RGB (Red+Green+Blue) = 217+68+252=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 68 (26.95% from 255 or 12.66% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #D944FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D944FC is #26BB03. Grayscale: #848484. Windows color (decimal): -2538244 or 16532697. OLE color: 16532697.
HSL color Cylindrical-coordinate representation of color #D944FC: hue angle of 288.59º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D944FC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 68 | 252 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.01 |
| HSL | 288.59º | 0.97% | 0.63% | - |
| HSV(B) | 288.59º | 0.73% | 0.99% | - |
| XYZ | 48.25 | 25.91 | 94.55 | - |
| YUV | 133.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 252 | 0.14 | 0.73 | 0 | 0.01 | 288.59 | 0.97 | 0.63 |
| Hex | D9 | 44 | FC | E | 49 | 0 | 1 | 121 | 61 | 3F |
| Octal | 331 | 104 | 374 | 16 | 111 | 0 | 1 | 441 | 141 | 77 |
| Binary | 11011001 | 1000100 | 11111100 | 1110 | 1001001 | 0 | 1 | 100100001 | 1100001 | 111111 |
Color Harmonies of #D944FC
Complementary color
Monochromatic Colors of #D944FC
Black with #D944FC
Text Example
Text Example
White with #D944FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D944FC; }
p { color: rgb(217,68,252); }
H1.HeaderClassName
{
color: #D944FC;
}
.AnyTagClassName
{
color: #D944FC;
}
</style>
background-color css
<style>
a { background-color: #D944FC; }
a { background-color: rgb(217,68,252); }
div.DivClassName
{
background-color: #D944FC;
}
.BgClassName
{
background-color: #D944FC;
}
</style>
border-color css
<style>
span { border-color: #D944FC; }
span { border-color: rgb(217,68,252); }
td.TdClassName
{
border-color: #D944FC;
}
.TagClassName
{
border-color: #D944FC;
}
</style>