Shades of Heliotrope #D45AF2
Tints of Heliotrope #D45AF2
RGB
CMYK
RGB Variations
Color information
#D45AF2 (or 0xD45AF2) is known color: Heliotrope. HEX triplet: D4, 5A and F2. RGB value is (212,90,242). Sum of RGB (Red+Green+Blue) = 212+90+242=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #D45AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45AF2 is #2BA50D. Grayscale: #8F8F8F. Windows color (decimal): -2860302 or 15882964. OLE color: 15882964.
HSL color Cylindrical-coordinate representation of color #D45AF2: hue angle of 288.16º degrees, saturation: 0.85, 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 #D45AF2 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 90 | 242 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.05 |
| HSL | 288.16º | 0.85% | 0.65% | - |
| HSV(B) | 288.16º | 0.63% | 0.95% | - |
| XYZ | 46.83 | 27.72 | 86.89 | - |
| YUV | 143.81 | 183.42 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 242 | 0.12 | 0.63 | 0 | 0.05 | 288.16 | 0.85 | 0.65 |
| Hex | D4 | 5A | F2 | C | 3F | 0 | 5 | 120 | 55 | 41 |
| Octal | 324 | 132 | 362 | 14 | 77 | 0 | 5 | 440 | 125 | 101 |
| Binary | 11010100 | 1011010 | 11110010 | 1100 | 111111 | 0 | 101 | 100100000 | 1010101 | 1000001 |
Color Harmonies of #D45AF2
Complementary color
Monochromatic Colors of #D45AF2
Black with #D45AF2
Text Example
Text Example
White with #D45AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45AF2; }
p { color: rgb(212,90,242); }
H1.HeaderClassName
{
color: #D45AF2;
}
.AnyTagClassName
{
color: #D45AF2;
}
</style>
background-color css
<style>
a { background-color: #D45AF2; }
a { background-color: rgb(212,90,242); }
div.DivClassName
{
background-color: #D45AF2;
}
.BgClassName
{
background-color: #D45AF2;
}
</style>
border-color css
<style>
span { border-color: #D45AF2; }
span { border-color: rgb(212,90,242); }
td.TdClassName
{
border-color: #D45AF2;
}
.TagClassName
{
border-color: #D45AF2;
}
</style>