Shades of Heliotrope #D45AF3
Tints of Heliotrope #D45AF3
RGB
CMYK
RGB Variations
Color information
#D45AF3 (or 0xD45AF3) is known color: Heliotrope. HEX triplet: D4, 5A and F3. RGB value is (212,90,243). Sum of RGB (Red+Green+Blue) = 212+90+243=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #D45AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45AF3 is #2BA50C. Grayscale: #8F8F8F. Windows color (decimal): -2860301 or 15948500. OLE color: 15948500.
HSL color Cylindrical-coordinate representation of color #D45AF3: hue angle of 287.84º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D45AF3 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 90 | 243 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.05 |
| HSL | 287.84º | 0.86% | 0.65% | - |
| HSV(B) | 287.84º | 0.63% | 0.95% | - |
| XYZ | 46.99 | 27.78 | 87.68 | - |
| YUV | 143.92 | 183.92 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 243 | 0.13 | 0.63 | 0 | 0.05 | 287.84 | 0.86 | 0.65 |
| Hex | D4 | 5A | F3 | D | 3F | 0 | 5 | 120 | 56 | 41 |
| Octal | 324 | 132 | 363 | 15 | 77 | 0 | 5 | 440 | 126 | 101 |
| Binary | 11010100 | 1011010 | 11110011 | 1101 | 111111 | 0 | 101 | 100100000 | 1010110 | 1000001 |
Color Harmonies of #D45AF3
Complementary color
Monochromatic Colors of #D45AF3
Black with #D45AF3
Text Example
Text Example
White with #D45AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45AF3; }
p { color: rgb(212,90,243); }
H1.HeaderClassName
{
color: #D45AF3;
}
.AnyTagClassName
{
color: #D45AF3;
}
</style>
background-color css
<style>
a { background-color: #D45AF3; }
a { background-color: rgb(212,90,243); }
div.DivClassName
{
background-color: #D45AF3;
}
.BgClassName
{
background-color: #D45AF3;
}
</style>
border-color css
<style>
span { border-color: #D45AF3; }
span { border-color: rgb(212,90,243); }
td.TdClassName
{
border-color: #D45AF3;
}
.TagClassName
{
border-color: #D45AF3;
}
</style>