Shades of Heliotrope #D14BFC
Tints of Heliotrope #D14BFC
RGB
CMYK
RGB Variations
Color information
#D14BFC (or 0xD14BFC) is known color: Heliotrope. HEX triplet: D1, 4B and FC. RGB value is (209,75,252). Sum of RGB (Red+Green+Blue) = 209+75+252=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 75 (29.69% from 255 or 13.99% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #D14BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BFC is #2EB403. Grayscale: #868686. Windows color (decimal): -3060740 or 16534481. OLE color: 16534481.
HSL color Cylindrical-coordinate representation of color #D14BFC: hue angle of 285.42º 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 #D14BFC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 75 | 252 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.01 |
| HSL | 285.42º | 0.97% | 0.64% | - |
| HSV(B) | 285.42º | 0.7% | 0.99% | - |
| XYZ | 46.38 | 25.62 | 94.6 | - |
| YUV | 135.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 252 | 0.17 | 0.70 | 0 | 0.01 | 285.42 | 0.97 | 0.64 |
| Hex | D1 | 4B | FC | 11 | 46 | 0 | 1 | 11D | 61 | 40 |
| Octal | 321 | 113 | 374 | 21 | 106 | 0 | 1 | 435 | 141 | 100 |
| Binary | 11010001 | 1001011 | 11111100 | 10001 | 1000110 | 0 | 1 | 100011101 | 1100001 | 1000000 |
Color Harmonies of #D14BFC
Complementary color
Monochromatic Colors of #D14BFC
Black with #D14BFC
Text Example
Text Example
White with #D14BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BFC; }
p { color: rgb(209,75,252); }
H1.HeaderClassName
{
color: #D14BFC;
}
.AnyTagClassName
{
color: #D14BFC;
}
</style>
background-color css
<style>
a { background-color: #D14BFC; }
a { background-color: rgb(209,75,252); }
div.DivClassName
{
background-color: #D14BFC;
}
.BgClassName
{
background-color: #D14BFC;
}
</style>
border-color css
<style>
span { border-color: #D14BFC; }
span { border-color: rgb(209,75,252); }
td.TdClassName
{
border-color: #D14BFC;
}
.TagClassName
{
border-color: #D14BFC;
}
</style>