Shades of Heliotrope #D975FA
Tints of Heliotrope #D975FA
RGB
CMYK
RGB Variations
Color information
#D975FA (or 0xD975FA) is known color: Heliotrope. HEX triplet: D9, 75 and FA. RGB value is (217,117,250). Sum of RGB (Red+Green+Blue) = 217+117+250=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #D975FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975FA is #268A05. Grayscale: #A1A1A1. Windows color (decimal): -2525702 or 16414169. OLE color: 16414169.
HSL color Cylindrical-coordinate representation of color #D975FA: hue angle of 285.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D975FA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 117 | 250 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.02 |
| HSL | 285.11º | 0.93% | 0.72% | - |
| HSV(B) | 285.11º | 0.53% | 0.98% | - |
| XYZ | 52.23 | 34.38 | 94.32 | - |
| YUV | 162.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 250 | 0.13 | 0.53 | 0 | 0.02 | 285.11 | 0.93 | 0.72 |
| Hex | D9 | 75 | FA | D | 35 | 0 | 2 | 11D | 5D | 48 |
| Octal | 331 | 165 | 372 | 15 | 65 | 0 | 2 | 435 | 135 | 110 |
| Binary | 11011001 | 1110101 | 11111010 | 1101 | 110101 | 0 | 10 | 100011101 | 1011101 | 1001000 |
Color Harmonies of #D975FA
Complementary color
Monochromatic Colors of #D975FA
Black with #D975FA
Text Example
Text Example
White with #D975FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975FA; }
p { color: rgb(217,117,250); }
H1.HeaderClassName
{
color: #D975FA;
}
.AnyTagClassName
{
color: #D975FA;
}
</style>
background-color css
<style>
a { background-color: #D975FA; }
a { background-color: rgb(217,117,250); }
div.DivClassName
{
background-color: #D975FA;
}
.BgClassName
{
background-color: #D975FA;
}
</style>
border-color css
<style>
span { border-color: #D975FA; }
span { border-color: rgb(217,117,250); }
td.TdClassName
{
border-color: #D975FA;
}
.TagClassName
{
border-color: #D975FA;
}
</style>