Shades of Heliotrope #D975ED
Tints of Heliotrope #D975ED
RGB
CMYK
RGB Variations
Color information
#D975ED (or 0xD975ED) is known color: Heliotrope. HEX triplet: D9, 75 and ED. RGB value is (217,117,237). Sum of RGB (Red+Green+Blue) = 217+117+237=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #D975ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975ED is #268A12. Grayscale: #A0A0A0. Windows color (decimal): -2525715 or 15562201. OLE color: 15562201.
HSL color Cylindrical-coordinate representation of color #D975ED: hue angle of 290º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D975ED is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 117 | 237 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.07 |
| HSL | 290º | 0.77% | 0.69% | - |
| HSV(B) | 290º | 0.51% | 0.93% | - |
| XYZ | 50.26 | 33.59 | 83.95 | - |
| YUV | 160.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 237 | 0.08 | 0.51 | 0 | 0.07 | 290 | 0.77 | 0.69 |
| Hex | D9 | 75 | ED | 8 | 33 | 0 | 7 | 122 | 4D | 45 |
| Octal | 331 | 165 | 355 | 10 | 63 | 0 | 7 | 442 | 115 | 105 |
| Binary | 11011001 | 1110101 | 11101101 | 1000 | 110011 | 0 | 111 | 100100010 | 1001101 | 1000101 |
Color Harmonies of #D975ED
Complementary color
Monochromatic Colors of #D975ED
Black with #D975ED
Text Example
Text Example
White with #D975ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975ED; }
p { color: rgb(217,117,237); }
H1.HeaderClassName
{
color: #D975ED;
}
.AnyTagClassName
{
color: #D975ED;
}
</style>
background-color css
<style>
a { background-color: #D975ED; }
a { background-color: rgb(217,117,237); }
div.DivClassName
{
background-color: #D975ED;
}
.BgClassName
{
background-color: #D975ED;
}
</style>
border-color css
<style>
span { border-color: #D975ED; }
span { border-color: rgb(217,117,237); }
td.TdClassName
{
border-color: #D975ED;
}
.TagClassName
{
border-color: #D975ED;
}
</style>