Shades of Heliotrope #D975FE
Tints of Heliotrope #D975FE
RGB
CMYK
RGB Variations
Color information
#D975FE (or 0xD975FE) is known color: Heliotrope. HEX triplet: D9, 75 and FE. RGB value is (217,117,254). Sum of RGB (Red+Green+Blue) = 217+117+254=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 117 (46.09% from 255 or 19.90% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #D975FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975FE is #268A01. Grayscale: #A2A2A2. Windows color (decimal): -2525698 or 16676313. OLE color: 16676313.
HSL color Cylindrical-coordinate representation of color #D975FE: hue angle of 283.8º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D975FE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 117 | 254 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.00 |
| HSL | 283.8º | 0.99% | 0.73% | - |
| HSV(B) | 283.8º | 0.54% | 1% | - |
| XYZ | 52.87 | 34.63 | 97.66 | - |
| YUV | 162.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 254 | 0.15 | 0.54 | 0 | 0.00 | 283.8 | 0.99 | 0.73 |
| Hex | D9 | 75 | FE | F | 36 | 0 | 0 | 11C | 63 | 49 |
| Octal | 331 | 165 | 376 | 17 | 66 | 0 | 0 | 434 | 143 | 111 |
| Binary | 11011001 | 1110101 | 11111110 | 1111 | 110110 | 0 | 0 | 100011100 | 1100011 | 1001001 |
Color Harmonies of #D975FE
Complementary color
Monochromatic Colors of #D975FE
Black with #D975FE
Text Example
Text Example
White with #D975FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975FE; }
p { color: rgb(217,117,254); }
H1.HeaderClassName
{
color: #D975FE;
}
.AnyTagClassName
{
color: #D975FE;
}
</style>
background-color css
<style>
a { background-color: #D975FE; }
a { background-color: rgb(217,117,254); }
div.DivClassName
{
background-color: #D975FE;
}
.BgClassName
{
background-color: #D975FE;
}
</style>
border-color css
<style>
span { border-color: #D975FE; }
span { border-color: rgb(217,117,254); }
td.TdClassName
{
border-color: #D975FE;
}
.TagClassName
{
border-color: #D975FE;
}
</style>