Shades of Heliotrope #D543FA
Tints of Heliotrope #D543FA
RGB
CMYK
RGB Variations
Color information
#D543FA (or 0xD543FA) is known color: Heliotrope. HEX triplet: D5, 43 and FA. RGB value is (213,67,250). Sum of RGB (Red+Green+Blue) = 213+67+250=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 67 (26.56% from 255 or 12.64% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #D543FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D543FA is #2ABC05. Grayscale: #828282. Windows color (decimal): -2800646 or 16401365. OLE color: 16401365.
HSL color Cylindrical-coordinate representation of color #D543FA: hue angle of 287.87º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D543FA is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 67 | 250 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.02 |
| HSL | 287.87º | 0.95% | 0.62% | - |
| HSV(B) | 287.87º | 0.73% | 0.98% | - |
| XYZ | 46.7 | 25.06 | 92.82 | - |
| YUV | 131.52 | 194.87 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 250 | 0.15 | 0.73 | 0 | 0.02 | 287.87 | 0.95 | 0.62 |
| Hex | D5 | 43 | FA | F | 49 | 0 | 2 | 120 | 5F | 3E |
| Octal | 325 | 103 | 372 | 17 | 111 | 0 | 2 | 440 | 137 | 76 |
| Binary | 11010101 | 1000011 | 11111010 | 1111 | 1001001 | 0 | 10 | 100100000 | 1011111 | 111110 |
Color Harmonies of #D543FA
Complementary color
Monochromatic Colors of #D543FA
Black with #D543FA
Text Example
Text Example
White with #D543FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543FA; }
p { color: rgb(213,67,250); }
H1.HeaderClassName
{
color: #D543FA;
}
.AnyTagClassName
{
color: #D543FA;
}
</style>
background-color css
<style>
a { background-color: #D543FA; }
a { background-color: rgb(213,67,250); }
div.DivClassName
{
background-color: #D543FA;
}
.BgClassName
{
background-color: #D543FA;
}
</style>
border-color css
<style>
span { border-color: #D543FA; }
span { border-color: rgb(213,67,250); }
td.TdClassName
{
border-color: #D543FA;
}
.TagClassName
{
border-color: #D543FA;
}
</style>