Shades of Heliotrope #D975F4
Tints of Heliotrope #D975F4
RGB
CMYK
RGB Variations
Color information
#D975F4 (or 0xD975F4) is known color: Heliotrope. HEX triplet: D9, 75 and F4. RGB value is (217,117,244). Sum of RGB (Red+Green+Blue) = 217+117+244=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #D975F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975F4 is #268A0B. Grayscale: #A0A0A0. Windows color (decimal): -2525708 or 16020953. OLE color: 16020953.
HSL color Cylindrical-coordinate representation of color #D975F4: hue angle of 287.24º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D975F4 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 117 | 244 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.04 |
| HSL | 287.24º | 0.85% | 0.71% | - |
| HSV(B) | 287.24º | 0.52% | 0.96% | - |
| XYZ | 51.31 | 34.01 | 89.45 | - |
| YUV | 161.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 244 | 0.11 | 0.52 | 0 | 0.04 | 287.24 | 0.85 | 0.71 |
| Hex | D9 | 75 | F4 | B | 34 | 0 | 4 | 11F | 55 | 47 |
| Octal | 331 | 165 | 364 | 13 | 64 | 0 | 4 | 437 | 125 | 107 |
| Binary | 11011001 | 1110101 | 11110100 | 1011 | 110100 | 0 | 100 | 100011111 | 1010101 | 1000111 |
Color Harmonies of #D975F4
Complementary color
Monochromatic Colors of #D975F4
Black with #D975F4
Text Example
Text Example
White with #D975F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975F4; }
p { color: rgb(217,117,244); }
H1.HeaderClassName
{
color: #D975F4;
}
.AnyTagClassName
{
color: #D975F4;
}
</style>
background-color css
<style>
a { background-color: #D975F4; }
a { background-color: rgb(217,117,244); }
div.DivClassName
{
background-color: #D975F4;
}
.BgClassName
{
background-color: #D975F4;
}
</style>
border-color css
<style>
span { border-color: #D975F4; }
span { border-color: rgb(217,117,244); }
td.TdClassName
{
border-color: #D975F4;
}
.TagClassName
{
border-color: #D975F4;
}
</style>