Shades of Heliotrope #D875FE
Tints of Heliotrope #D875FE
RGB
CMYK
RGB Variations
Color information
#D875FE (or 0xD875FE) is known color: Heliotrope. HEX triplet: D8, 75 and FE. RGB value is (216,117,254). Sum of RGB (Red+Green+Blue) = 216+117+254=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #D875FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D875FE is #278A01. Grayscale: #A1A1A1. Windows color (decimal): -2591234 or 16676312. OLE color: 16676312.
HSL color Cylindrical-coordinate representation of color #D875FE: hue angle of 283.36º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D875FE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 117 | 254 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.00 |
| HSL | 283.36º | 0.99% | 0.73% | - |
| HSV(B) | 283.36º | 0.54% | 1% | - |
| XYZ | 52.57 | 34.48 | 97.65 | - |
| YUV | 162.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 254 | 0.15 | 0.54 | 0 | 0.00 | 283.36 | 0.99 | 0.73 |
| Hex | D8 | 75 | FE | F | 36 | 0 | 0 | 11B | 63 | 49 |
| Octal | 330 | 165 | 376 | 17 | 66 | 0 | 0 | 433 | 143 | 111 |
| Binary | 11011000 | 1110101 | 11111110 | 1111 | 110110 | 0 | 0 | 100011011 | 1100011 | 1001001 |
Color Harmonies of #D875FE
Complementary color
Monochromatic Colors of #D875FE
Black with #D875FE
Text Example
Text Example
White with #D875FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875FE; }
p { color: rgb(216,117,254); }
H1.HeaderClassName
{
color: #D875FE;
}
.AnyTagClassName
{
color: #D875FE;
}
</style>
background-color css
<style>
a { background-color: #D875FE; }
a { background-color: rgb(216,117,254); }
div.DivClassName
{
background-color: #D875FE;
}
.BgClassName
{
background-color: #D875FE;
}
</style>
border-color css
<style>
span { border-color: #D875FE; }
span { border-color: rgb(216,117,254); }
td.TdClassName
{
border-color: #D875FE;
}
.TagClassName
{
border-color: #D875FE;
}
</style>