Shades of Heliotrope #D84BFC
Tints of Heliotrope #D84BFC
RGB
CMYK
RGB Variations
Color information
#D84BFC (or 0xD84BFC) is known color: Heliotrope. HEX triplet: D8, 4B and FC. RGB value is (216,75,252). Sum of RGB (Red+Green+Blue) = 216+75+252=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 75 (29.69% from 255 or 13.81% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #D84BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D84BFC is #27B403. Grayscale: #888888. Windows color (decimal): -2601988 or 16534488. OLE color: 16534488.
HSL color Cylindrical-coordinate representation of color #D84BFC: hue angle of 287.8º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84BFC is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 75 | 252 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.01 |
| HSL | 287.8º | 0.97% | 0.64% | - |
| HSV(B) | 287.8º | 0.7% | 0.99% | - |
| XYZ | 48.41 | 26.66 | 94.69 | - |
| YUV | 137.34 | 192.71 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 252 | 0.14 | 0.70 | 0 | 0.01 | 287.8 | 0.97 | 0.64 |
| Hex | D8 | 4B | FC | E | 46 | 0 | 1 | 120 | 61 | 40 |
| Octal | 330 | 113 | 374 | 16 | 106 | 0 | 1 | 440 | 141 | 100 |
| Binary | 11011000 | 1001011 | 11111100 | 1110 | 1000110 | 0 | 1 | 100100000 | 1100001 | 1000000 |
Color Harmonies of #D84BFC
Complementary color
Monochromatic Colors of #D84BFC
Black with #D84BFC
Text Example
Text Example
White with #D84BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84BFC; }
p { color: rgb(216,75,252); }
H1.HeaderClassName
{
color: #D84BFC;
}
.AnyTagClassName
{
color: #D84BFC;
}
</style>
background-color css
<style>
a { background-color: #D84BFC; }
a { background-color: rgb(216,75,252); }
div.DivClassName
{
background-color: #D84BFC;
}
.BgClassName
{
background-color: #D84BFC;
}
</style>
border-color css
<style>
span { border-color: #D84BFC; }
span { border-color: rgb(216,75,252); }
td.TdClassName
{
border-color: #D84BFC;
}
.TagClassName
{
border-color: #D84BFC;
}
</style>