Shades of Heliotrope #D184FC
Tints of Heliotrope #D184FC
RGB
CMYK
RGB Variations
Color information
#D184FC (or 0xD184FC) is known color: Heliotrope. HEX triplet: D1, 84 and FC. RGB value is (209,132,252). Sum of RGB (Red+Green+Blue) = 209+132+252=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #D184FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D184FC is #2E7B03. Grayscale: #A8A8A8. Windows color (decimal): -3046148 or 16549073. OLE color: 16549073.
HSL color Cylindrical-coordinate representation of color #D184FC: hue angle of 278.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D184FC is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 132 | 252 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.01 |
| HSL | 278.5º | 0.95% | 0.75% | - |
| HSV(B) | 278.5º | 0.48% | 0.99% | - |
| XYZ | 52.12 | 37.09 | 96.51 | - |
| YUV | 168.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 252 | 0.17 | 0.48 | 0 | 0.01 | 278.5 | 0.95 | 0.75 |
| Hex | D1 | 84 | FC | 11 | 30 | 0 | 1 | 116 | 5F | 4B |
| Octal | 321 | 204 | 374 | 21 | 60 | 0 | 1 | 426 | 137 | 113 |
| Binary | 11010001 | 10000100 | 11111100 | 10001 | 110000 | 0 | 1 | 100010110 | 1011111 | 1001011 |
Color Harmonies of #D184FC
Complementary color
Monochromatic Colors of #D184FC
Black with #D184FC
Text Example
Text Example
White with #D184FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184FC; }
p { color: rgb(209,132,252); }
H1.HeaderClassName
{
color: #D184FC;
}
.AnyTagClassName
{
color: #D184FC;
}
</style>
background-color css
<style>
a { background-color: #D184FC; }
a { background-color: rgb(209,132,252); }
div.DivClassName
{
background-color: #D184FC;
}
.BgClassName
{
background-color: #D184FC;
}
</style>
border-color css
<style>
span { border-color: #D184FC; }
span { border-color: rgb(209,132,252); }
td.TdClassName
{
border-color: #D184FC;
}
.TagClassName
{
border-color: #D184FC;
}
</style>