Shades of Heliotrope #D45BFA
Tints of Heliotrope #D45BFA
RGB
CMYK
RGB Variations
Color information
#D45BFA (or 0xD45BFA) is known color: Heliotrope. HEX triplet: D4, 5B and FA. RGB value is (212,91,250). Sum of RGB (Red+Green+Blue) = 212+91+250=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 91 (35.94% from 255 or 16.46% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #D45BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45BFA is #2BA405. Grayscale: #909090. Windows color (decimal): -2860038 or 16407508. OLE color: 16407508.
HSL color Cylindrical-coordinate representation of color #D45BFA: hue angle of 285.66º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D45BFA is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 91 | 250 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.02 |
| HSL | 285.66º | 0.94% | 0.67% | - |
| HSV(B) | 285.66º | 0.64% | 0.98% | - |
| XYZ | 48.15 | 28.38 | 93.38 | - |
| YUV | 145.31 | 187.09 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 250 | 0.15 | 0.64 | 0 | 0.02 | 285.66 | 0.94 | 0.67 |
| Hex | D4 | 5B | FA | F | 40 | 0 | 2 | 11E | 5E | 43 |
| Octal | 324 | 133 | 372 | 17 | 100 | 0 | 2 | 436 | 136 | 103 |
| Binary | 11010100 | 1011011 | 11111010 | 1111 | 1000000 | 0 | 10 | 100011110 | 1011110 | 1000011 |
Color Harmonies of #D45BFA
Complementary color
Monochromatic Colors of #D45BFA
Black with #D45BFA
Text Example
Text Example
White with #D45BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45BFA; }
p { color: rgb(212,91,250); }
H1.HeaderClassName
{
color: #D45BFA;
}
.AnyTagClassName
{
color: #D45BFA;
}
</style>
background-color css
<style>
a { background-color: #D45BFA; }
a { background-color: rgb(212,91,250); }
div.DivClassName
{
background-color: #D45BFA;
}
.BgClassName
{
background-color: #D45BFA;
}
</style>
border-color css
<style>
span { border-color: #D45BFA; }
span { border-color: rgb(212,91,250); }
td.TdClassName
{
border-color: #D45BFA;
}
.TagClassName
{
border-color: #D45BFA;
}
</style>