Shades of Heliotrope #D891FC
Tints of Heliotrope #D891FC
RGB
CMYK
RGB Variations
Color information
#D891FC (or 0xD891FC) is known color: Heliotrope. HEX triplet: D8, 91 and FC. RGB value is (216,145,252). Sum of RGB (Red+Green+Blue) = 216+145+252=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 145 (57.03% from 255 or 23.65% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D891FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D891FC is #276E03. Grayscale: #B2B2B2. Windows color (decimal): -2584068 or 16552408. OLE color: 16552408.
HSL color Cylindrical-coordinate representation of color #D891FC: hue angle of 279.81º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D891FC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 145 | 252 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.01 |
| HSL | 279.81º | 0.95% | 0.78% | - |
| HSV(B) | 279.81º | 0.42% | 0.99% | - |
| XYZ | 56.01 | 41.88 | 97.23 | - |
| YUV | 178.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 252 | 0.14 | 0.42 | 0 | 0.01 | 279.81 | 0.95 | 0.78 |
| Hex | D8 | 91 | FC | E | 2A | 0 | 1 | 118 | 5F | 4E |
| Octal | 330 | 221 | 374 | 16 | 52 | 0 | 1 | 430 | 137 | 116 |
| Binary | 11011000 | 10010001 | 11111100 | 1110 | 101010 | 0 | 1 | 100011000 | 1011111 | 1001110 |
Color Harmonies of #D891FC
Complementary color
Monochromatic Colors of #D891FC
Black with #D891FC
Text Example
Text Example
White with #D891FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D891FC; }
p { color: rgb(216,145,252); }
H1.HeaderClassName
{
color: #D891FC;
}
.AnyTagClassName
{
color: #D891FC;
}
</style>
background-color css
<style>
a { background-color: #D891FC; }
a { background-color: rgb(216,145,252); }
div.DivClassName
{
background-color: #D891FC;
}
.BgClassName
{
background-color: #D891FC;
}
</style>
border-color css
<style>
span { border-color: #D891FC; }
span { border-color: rgb(216,145,252); }
td.TdClassName
{
border-color: #D891FC;
}
.TagClassName
{
border-color: #D891FC;
}
</style>