Shades of Heliotrope #D971FE
Tints of Heliotrope #D971FE
RGB
CMYK
RGB Variations
Color information
#D971FE (or 0xD971FE) is known color: Heliotrope. HEX triplet: D9, 71 and FE. RGB value is (217,113,254). Sum of RGB (Red+Green+Blue) = 217+113+254=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #D971FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971FE is #268E01. Grayscale: #9F9F9F. Windows color (decimal): -2526722 or 16675289. OLE color: 16675289.
HSL color Cylindrical-coordinate representation of color #D971FE: hue angle of 284.26º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D971FE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 113 | 254 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.00 |
| HSL | 284.26º | 0.99% | 0.72% | - |
| HSV(B) | 284.26º | 0.56% | 1% | - |
| XYZ | 52.41 | 33.72 | 97.51 | - |
| YUV | 160.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 254 | 0.15 | 0.56 | 0 | 0.00 | 284.26 | 0.99 | 0.72 |
| Hex | D9 | 71 | FE | F | 38 | 0 | 0 | 11C | 63 | 48 |
| Octal | 331 | 161 | 376 | 17 | 70 | 0 | 0 | 434 | 143 | 110 |
| Binary | 11011001 | 1110001 | 11111110 | 1111 | 111000 | 0 | 0 | 100011100 | 1100011 | 1001000 |
Color Harmonies of #D971FE
Complementary color
Monochromatic Colors of #D971FE
Black with #D971FE
Text Example
Text Example
White with #D971FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971FE; }
p { color: rgb(217,113,254); }
H1.HeaderClassName
{
color: #D971FE;
}
.AnyTagClassName
{
color: #D971FE;
}
</style>
background-color css
<style>
a { background-color: #D971FE; }
a { background-color: rgb(217,113,254); }
div.DivClassName
{
background-color: #D971FE;
}
.BgClassName
{
background-color: #D971FE;
}
</style>
border-color css
<style>
span { border-color: #D971FE; }
span { border-color: rgb(217,113,254); }
td.TdClassName
{
border-color: #D971FE;
}
.TagClassName
{
border-color: #D971FE;
}
</style>