Shades of Heliotrope #D14BFA
Tints of Heliotrope #D14BFA
RGB
CMYK
RGB Variations
Color information
#D14BFA (or 0xD14BFA) is known color: Heliotrope. HEX triplet: D1, 4B and FA. RGB value is (209,75,250). Sum of RGB (Red+Green+Blue) = 209+75+250=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 75 (29.69% from 255 or 14.04% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #D14BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BFA is #2EB405. Grayscale: #868686. Windows color (decimal): -3060742 or 16403409. OLE color: 16403409.
HSL color Cylindrical-coordinate representation of color #D14BFA: hue angle of 285.94º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14BFA is Cyan = 0.16, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 75 | 250 | - |
| CMYK | 0.16 | 0.7 | 0 | 0.02 |
| HSL | 285.94º | 0.95% | 0.64% | - |
| HSV(B) | 285.94º | 0.7% | 0.98% | - |
| XYZ | 46.07 | 25.49 | 92.93 | - |
| YUV | 135.02 | 192.89 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 250 | 0.16 | 0.7 | 0 | 0.02 | 285.94 | 0.95 | 0.64 |
| Hex | D1 | 4B | FA | 10 | 46 | 0 | 2 | 11E | 5F | 40 |
| Octal | 321 | 113 | 372 | 20 | 106 | 0 | 2 | 436 | 137 | 100 |
| Binary | 11010001 | 1001011 | 11111010 | 10000 | 1000110 | 0 | 10 | 100011110 | 1011111 | 1000000 |
Color Harmonies of #D14BFA
Complementary color
Monochromatic Colors of #D14BFA
Black with #D14BFA
Text Example
Text Example
White with #D14BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BFA; }
p { color: rgb(209,75,250); }
H1.HeaderClassName
{
color: #D14BFA;
}
.AnyTagClassName
{
color: #D14BFA;
}
</style>
background-color css
<style>
a { background-color: #D14BFA; }
a { background-color: rgb(209,75,250); }
div.DivClassName
{
background-color: #D14BFA;
}
.BgClassName
{
background-color: #D14BFA;
}
</style>
border-color css
<style>
span { border-color: #D14BFA; }
span { border-color: rgb(209,75,250); }
td.TdClassName
{
border-color: #D14BFA;
}
.TagClassName
{
border-color: #D14BFA;
}
</style>