Shades of Heliotrope #D451F3
Tints of Heliotrope #D451F3
RGB
CMYK
RGB Variations
Color information
#D451F3 (or 0xD451F3) is known color: Heliotrope. HEX triplet: D4, 51 and F3. RGB value is (212,81,243). Sum of RGB (Red+Green+Blue) = 212+81+243=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 81 (32.03% from 255 or 15.11% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #D451F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D451F3 is #2BAE0C. Grayscale: #8A8A8A. Windows color (decimal): -2862605 or 15946196. OLE color: 15946196.
HSL color Cylindrical-coordinate representation of color #D451F3: hue angle of 288.52º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D451F3 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 81 | 243 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.05 |
| HSL | 288.52º | 0.87% | 0.64% | - |
| HSV(B) | 288.52º | 0.67% | 0.95% | - |
| XYZ | 46.27 | 26.35 | 87.44 | - |
| YUV | 138.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 243 | 0.13 | 0.67 | 0 | 0.05 | 288.52 | 0.87 | 0.64 |
| Hex | D4 | 51 | F3 | D | 43 | 0 | 5 | 121 | 57 | 40 |
| Octal | 324 | 121 | 363 | 15 | 103 | 0 | 5 | 441 | 127 | 100 |
| Binary | 11010100 | 1010001 | 11110011 | 1101 | 1000011 | 0 | 101 | 100100001 | 1010111 | 1000000 |
Color Harmonies of #D451F3
Complementary color
Monochromatic Colors of #D451F3
Black with #D451F3
Text Example
Text Example
White with #D451F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D451F3; }
p { color: rgb(212,81,243); }
H1.HeaderClassName
{
color: #D451F3;
}
.AnyTagClassName
{
color: #D451F3;
}
</style>
background-color css
<style>
a { background-color: #D451F3; }
a { background-color: rgb(212,81,243); }
div.DivClassName
{
background-color: #D451F3;
}
.BgClassName
{
background-color: #D451F3;
}
</style>
border-color css
<style>
span { border-color: #D451F3; }
span { border-color: rgb(212,81,243); }
td.TdClassName
{
border-color: #D451F3;
}
.TagClassName
{
border-color: #D451F3;
}
</style>