Shades of Heliotrope #D545FA
Tints of Heliotrope #D545FA
RGB
CMYK
RGB Variations
Color information
#D545FA (or 0xD545FA) is known color: Heliotrope. HEX triplet: D5, 45 and FA. RGB value is (213,69,250). Sum of RGB (Red+Green+Blue) = 213+69+250=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 69 (27.34% from 255 or 12.97% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #D545FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D545FA is #2ABA05. Grayscale: #848484. Windows color (decimal): -2800134 or 16401877. OLE color: 16401877.
HSL color Cylindrical-coordinate representation of color #D545FA: hue angle of 287.73º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D545FA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 69 | 250 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.02 |
| HSL | 287.73º | 0.95% | 0.63% | - |
| HSV(B) | 287.73º | 0.72% | 0.98% | - |
| XYZ | 46.82 | 25.3 | 92.86 | - |
| YUV | 132.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 250 | 0.15 | 0.72 | 0 | 0.02 | 287.73 | 0.95 | 0.63 |
| Hex | D5 | 45 | FA | F | 48 | 0 | 2 | 120 | 5F | 3F |
| Octal | 325 | 105 | 372 | 17 | 110 | 0 | 2 | 440 | 137 | 77 |
| Binary | 11010101 | 1000101 | 11111010 | 1111 | 1001000 | 0 | 10 | 100100000 | 1011111 | 111111 |
Color Harmonies of #D545FA
Complementary color
Monochromatic Colors of #D545FA
Black with #D545FA
Text Example
Text Example
White with #D545FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545FA; }
p { color: rgb(213,69,250); }
H1.HeaderClassName
{
color: #D545FA;
}
.AnyTagClassName
{
color: #D545FA;
}
</style>
background-color css
<style>
a { background-color: #D545FA; }
a { background-color: rgb(213,69,250); }
div.DivClassName
{
background-color: #D545FA;
}
.BgClassName
{
background-color: #D545FA;
}
</style>
border-color css
<style>
span { border-color: #D545FA; }
span { border-color: rgb(213,69,250); }
td.TdClassName
{
border-color: #D545FA;
}
.TagClassName
{
border-color: #D545FA;
}
</style>