Shades of Heliotrope #D875FD
Tints of Heliotrope #D875FD
RGB
CMYK
RGB Variations
Color information
#D875FD (or 0xD875FD) is known color: Heliotrope. HEX triplet: D8, 75 and FD. RGB value is (216,117,253). Sum of RGB (Red+Green+Blue) = 216+117+253=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #D875FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D875FD is #278A02. Grayscale: #A1A1A1. Windows color (decimal): -2591235 or 16610776. OLE color: 16610776.
HSL color Cylindrical-coordinate representation of color #D875FD: hue angle of 283.68º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D875FD is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 117 | 253 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.01 |
| HSL | 283.68º | 0.97% | 0.73% | - |
| HSV(B) | 283.68º | 0.54% | 0.99% | - |
| XYZ | 52.41 | 34.41 | 96.81 | - |
| YUV | 162.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 253 | 0.15 | 0.54 | 0 | 0.01 | 283.68 | 0.97 | 0.73 |
| Hex | D8 | 75 | FD | F | 36 | 0 | 1 | 11C | 61 | 49 |
| Octal | 330 | 165 | 375 | 17 | 66 | 0 | 1 | 434 | 141 | 111 |
| Binary | 11011000 | 1110101 | 11111101 | 1111 | 110110 | 0 | 1 | 100011100 | 1100001 | 1001001 |
Color Harmonies of #D875FD
Complementary color
Monochromatic Colors of #D875FD
Black with #D875FD
Text Example
Text Example
White with #D875FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875FD; }
p { color: rgb(216,117,253); }
H1.HeaderClassName
{
color: #D875FD;
}
.AnyTagClassName
{
color: #D875FD;
}
</style>
background-color css
<style>
a { background-color: #D875FD; }
a { background-color: rgb(216,117,253); }
div.DivClassName
{
background-color: #D875FD;
}
.BgClassName
{
background-color: #D875FD;
}
</style>
border-color css
<style>
span { border-color: #D875FD; }
span { border-color: rgb(216,117,253); }
td.TdClassName
{
border-color: #D875FD;
}
.TagClassName
{
border-color: #D875FD;
}
</style>