Shades of Heliotrope #D973FF
Tints of Heliotrope #D973FF
RGB
CMYK
RGB Variations
Color information
#D973FF (or 0xD973FF) is known color: Heliotrope. HEX triplet: D9, 73 and FF. RGB value is (217,115,255). Sum of RGB (Red+Green+Blue) = 217+115+255=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #D973FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973FF is #268C00. Grayscale: #A1A1A1. Windows color (decimal): -2526209 or 16741337. OLE color: 16741337.
HSL color Cylindrical-coordinate representation of color #D973FF: hue angle of 283.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D973FF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 115 | 255 | - |
| CMYK | 0.15 | 0.55 | 0 | 0 |
| HSL | 283.71º | 1% | 0.73% | - |
| HSV(B) | 283.71º | 0.55% | 1% | - |
| XYZ | 52.8 | 34.23 | 98.43 | - |
| YUV | 161.46 | 180.79 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 255 | 0.15 | 0.55 | 0 | 0 | 283.71 | 1 | 0.73 |
| Hex | D9 | 73 | FF | F | 37 | 0 | 0 | 11C | 64 | 49 |
| Octal | 331 | 163 | 377 | 17 | 67 | 0 | 0 | 434 | 144 | 111 |
| Binary | 11011001 | 1110011 | 11111111 | 1111 | 110111 | 0 | 0 | 100011100 | 1100100 | 1001001 |
Color Harmonies of #D973FF
Complementary color
Monochromatic Colors of #D973FF
Black with #D973FF
Text Example
Text Example
White with #D973FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973FF; }
p { color: rgb(217,115,255); }
H1.HeaderClassName
{
color: #D973FF;
}
.AnyTagClassName
{
color: #D973FF;
}
</style>
background-color css
<style>
a { background-color: #D973FF; }
a { background-color: rgb(217,115,255); }
div.DivClassName
{
background-color: #D973FF;
}
.BgClassName
{
background-color: #D973FF;
}
</style>
border-color css
<style>
span { border-color: #D973FF; }
span { border-color: rgb(217,115,255); }
td.TdClassName
{
border-color: #D973FF;
}
.TagClassName
{
border-color: #D973FF;
}
</style>