Shades of Heliotrope #D875F9
Tints of Heliotrope #D875F9
RGB
CMYK
RGB Variations
Color information
#D875F9 (or 0xD875F9) is known color: Heliotrope. HEX triplet: D8, 75 and F9. RGB value is (216,117,249). Sum of RGB (Red+Green+Blue) = 216+117+249=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #D875F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D875F9 is #278A06. Grayscale: #A1A1A1. Windows color (decimal): -2591239 or 16348632. OLE color: 16348632.
HSL color Cylindrical-coordinate representation of color #D875F9: hue angle of 285º degrees, saturation: 0.92, 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 #D875F9 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 117 | 249 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.02 |
| HSL | 285º | 0.92% | 0.72% | - |
| HSV(B) | 285º | 0.53% | 0.98% | - |
| XYZ | 51.78 | 34.16 | 93.49 | - |
| YUV | 161.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 249 | 0.13 | 0.53 | 0 | 0.02 | 285 | 0.92 | 0.72 |
| Hex | D8 | 75 | F9 | D | 35 | 0 | 2 | 11D | 5C | 48 |
| Octal | 330 | 165 | 371 | 15 | 65 | 0 | 2 | 435 | 134 | 110 |
| Binary | 11011000 | 1110101 | 11111001 | 1101 | 110101 | 0 | 10 | 100011101 | 1011100 | 1001000 |
Color Harmonies of #D875F9
Complementary color
Monochromatic Colors of #D875F9
Black with #D875F9
Text Example
Text Example
White with #D875F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875F9; }
p { color: rgb(216,117,249); }
H1.HeaderClassName
{
color: #D875F9;
}
.AnyTagClassName
{
color: #D875F9;
}
</style>
background-color css
<style>
a { background-color: #D875F9; }
a { background-color: rgb(216,117,249); }
div.DivClassName
{
background-color: #D875F9;
}
.BgClassName
{
background-color: #D875F9;
}
</style>
border-color css
<style>
span { border-color: #D875F9; }
span { border-color: rgb(216,117,249); }
td.TdClassName
{
border-color: #D875F9;
}
.TagClassName
{
border-color: #D875F9;
}
</style>