Shades of Heliotrope #D870FD
Tints of Heliotrope #D870FD
RGB
CMYK
RGB Variations
Color information
#D870FD (or 0xD870FD) is known color: Heliotrope. HEX triplet: D8, 70 and FD. RGB value is (216,112,253). Sum of RGB (Red+Green+Blue) = 216+112+253=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #D870FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D870FD is #278F02. Grayscale: #9E9E9E. Windows color (decimal): -2592515 or 16609496. OLE color: 16609496.
HSL color Cylindrical-coordinate representation of color #D870FD: hue angle of 284.26º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D870FD is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 112 | 253 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.01 |
| HSL | 284.26º | 0.97% | 0.72% | - |
| HSV(B) | 284.26º | 0.56% | 0.99% | - |
| XYZ | 51.84 | 33.28 | 96.62 | - |
| YUV | 159.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 253 | 0.15 | 0.56 | 0 | 0.01 | 284.26 | 0.97 | 0.72 |
| Hex | D8 | 70 | FD | F | 38 | 0 | 1 | 11C | 61 | 48 |
| Octal | 330 | 160 | 375 | 17 | 70 | 0 | 1 | 434 | 141 | 110 |
| Binary | 11011000 | 1110000 | 11111101 | 1111 | 111000 | 0 | 1 | 100011100 | 1100001 | 1001000 |
Color Harmonies of #D870FD
Complementary color
Monochromatic Colors of #D870FD
Black with #D870FD
Text Example
Text Example
White with #D870FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D870FD; }
p { color: rgb(216,112,253); }
H1.HeaderClassName
{
color: #D870FD;
}
.AnyTagClassName
{
color: #D870FD;
}
</style>
background-color css
<style>
a { background-color: #D870FD; }
a { background-color: rgb(216,112,253); }
div.DivClassName
{
background-color: #D870FD;
}
.BgClassName
{
background-color: #D870FD;
}
</style>
border-color css
<style>
span { border-color: #D870FD; }
span { border-color: rgb(216,112,253); }
td.TdClassName
{
border-color: #D870FD;
}
.TagClassName
{
border-color: #D870FD;
}
</style>