Shades of Heliotrope #D945FC
Tints of Heliotrope #D945FC
RGB
CMYK
RGB Variations
Color information
#D945FC (or 0xD945FC) is known color: Heliotrope. HEX triplet: D9, 45 and FC. RGB value is (217,69,252). Sum of RGB (Red+Green+Blue) = 217+69+252=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 69 (27.34% from 255 or 12.83% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #D945FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D945FC is #26BA03. Grayscale: #858585. Windows color (decimal): -2537988 or 16532953. OLE color: 16532953.
HSL color Cylindrical-coordinate representation of color #D945FC: hue angle of 288.52º 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 #D945FC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 69 | 252 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.01 |
| HSL | 288.52º | 0.97% | 0.63% | - |
| HSV(B) | 288.52º | 0.73% | 0.99% | - |
| XYZ | 48.31 | 26.04 | 94.57 | - |
| YUV | 134.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 252 | 0.14 | 0.73 | 0 | 0.01 | 288.52 | 0.97 | 0.63 |
| Hex | D9 | 45 | FC | E | 49 | 0 | 1 | 121 | 61 | 3F |
| Octal | 331 | 105 | 374 | 16 | 111 | 0 | 1 | 441 | 141 | 77 |
| Binary | 11011001 | 1000101 | 11111100 | 1110 | 1001001 | 0 | 1 | 100100001 | 1100001 | 111111 |
Color Harmonies of #D945FC
Complementary color
Monochromatic Colors of #D945FC
Black with #D945FC
Text Example
Text Example
White with #D945FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D945FC; }
p { color: rgb(217,69,252); }
H1.HeaderClassName
{
color: #D945FC;
}
.AnyTagClassName
{
color: #D945FC;
}
</style>
background-color css
<style>
a { background-color: #D945FC; }
a { background-color: rgb(217,69,252); }
div.DivClassName
{
background-color: #D945FC;
}
.BgClassName
{
background-color: #D945FC;
}
</style>
border-color css
<style>
span { border-color: #D945FC; }
span { border-color: rgb(217,69,252); }
td.TdClassName
{
border-color: #D945FC;
}
.TagClassName
{
border-color: #D945FC;
}
</style>