Shades of Heliotrope #D543FE
Tints of Heliotrope #D543FE
RGB
CMYK
RGB Variations
Color information
#D543FE (or 0xD543FE) is known color: Heliotrope. HEX triplet: D5, 43 and FE. RGB value is (213,67,254). Sum of RGB (Red+Green+Blue) = 213+67+254=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 67 (26.56% from 255 or 12.55% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #D543FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D543FE is #2ABC01. Grayscale: #838383. Windows color (decimal): -2800642 or 16663509. OLE color: 16663509.
HSL color Cylindrical-coordinate representation of color #D543FE: hue angle of 286.84º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D543FE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 67 | 254 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.00 |
| HSL | 286.84º | 0.99% | 0.63% | - |
| HSV(B) | 286.84º | 0.74% | 1% | - |
| XYZ | 47.34 | 25.32 | 96.16 | - |
| YUV | 131.97 | 196.87 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 254 | 0.16 | 0.74 | 0 | 0.00 | 286.84 | 0.99 | 0.63 |
| Hex | D5 | 43 | FE | 10 | 4A | 0 | 0 | 11F | 63 | 3F |
| Octal | 325 | 103 | 376 | 20 | 112 | 0 | 0 | 437 | 143 | 77 |
| Binary | 11010101 | 1000011 | 11111110 | 10000 | 1001010 | 0 | 0 | 100011111 | 1100011 | 111111 |
Color Harmonies of #D543FE
Complementary color
Monochromatic Colors of #D543FE
Black with #D543FE
Text Example
Text Example
White with #D543FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543FE; }
p { color: rgb(213,67,254); }
H1.HeaderClassName
{
color: #D543FE;
}
.AnyTagClassName
{
color: #D543FE;
}
</style>
background-color css
<style>
a { background-color: #D543FE; }
a { background-color: rgb(213,67,254); }
div.DivClassName
{
background-color: #D543FE;
}
.BgClassName
{
background-color: #D543FE;
}
</style>
border-color css
<style>
span { border-color: #D543FE; }
span { border-color: rgb(213,67,254); }
td.TdClassName
{
border-color: #D543FE;
}
.TagClassName
{
border-color: #D543FE;
}
</style>