Shades of Heliotrope #D973FB
Tints of Heliotrope #D973FB
RGB
CMYK
RGB Variations
Color information
#D973FB (or 0xD973FB) is known color: Heliotrope. HEX triplet: D9, 73 and FB. RGB value is (217,115,251). Sum of RGB (Red+Green+Blue) = 217+115+251=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 115 (45.31% from 255 or 19.73% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #D973FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973FB is #268C04. Grayscale: #A0A0A0. Windows color (decimal): -2526213 or 16479193. OLE color: 16479193.
HSL color Cylindrical-coordinate representation of color #D973FB: hue angle of 285º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D973FB is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 115 | 251 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.02 |
| HSL | 285º | 0.94% | 0.72% | - |
| HSV(B) | 285º | 0.54% | 0.98% | - |
| XYZ | 52.16 | 33.98 | 95.08 | - |
| YUV | 161 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 251 | 0.14 | 0.54 | 0 | 0.02 | 285 | 0.94 | 0.72 |
| Hex | D9 | 73 | FB | E | 36 | 0 | 2 | 11D | 5E | 48 |
| Octal | 331 | 163 | 373 | 16 | 66 | 0 | 2 | 435 | 136 | 110 |
| Binary | 11011001 | 1110011 | 11111011 | 1110 | 110110 | 0 | 10 | 100011101 | 1011110 | 1001000 |
Color Harmonies of #D973FB
Complementary color
Monochromatic Colors of #D973FB
Black with #D973FB
Text Example
Text Example
White with #D973FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973FB; }
p { color: rgb(217,115,251); }
H1.HeaderClassName
{
color: #D973FB;
}
.AnyTagClassName
{
color: #D973FB;
}
</style>
background-color css
<style>
a { background-color: #D973FB; }
a { background-color: rgb(217,115,251); }
div.DivClassName
{
background-color: #D973FB;
}
.BgClassName
{
background-color: #D973FB;
}
</style>
border-color css
<style>
span { border-color: #D973FB; }
span { border-color: rgb(217,115,251); }
td.TdClassName
{
border-color: #D973FB;
}
.TagClassName
{
border-color: #D973FB;
}
</style>