Shades of Heliotrope #D544FD
Tints of Heliotrope #D544FD
RGB
CMYK
RGB Variations
Color information
#D544FD (or 0xD544FD) is known color: Heliotrope. HEX triplet: D5, 44 and FD. RGB value is (213,68,253). Sum of RGB (Red+Green+Blue) = 213+68+253=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 68 (26.95% from 255 or 12.73% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #D544FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D544FD is #2ABB02. Grayscale: #838383. Windows color (decimal): -2800387 or 16598229. OLE color: 16598229.
HSL color Cylindrical-coordinate representation of color #D544FD: hue angle of 287.03º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D544FD is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 68 | 253 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.01 |
| HSL | 287.03º | 0.98% | 0.63% | - |
| HSV(B) | 287.03º | 0.73% | 0.99% | - |
| XYZ | 47.24 | 25.37 | 95.34 | - |
| YUV | 132.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 253 | 0.16 | 0.73 | 0 | 0.01 | 287.03 | 0.98 | 0.63 |
| Hex | D5 | 44 | FD | 10 | 49 | 0 | 1 | 11F | 62 | 3F |
| Octal | 325 | 104 | 375 | 20 | 111 | 0 | 1 | 437 | 142 | 77 |
| Binary | 11010101 | 1000100 | 11111101 | 10000 | 1001001 | 0 | 1 | 100011111 | 1100010 | 111111 |
Color Harmonies of #D544FD
Complementary color
Monochromatic Colors of #D544FD
Black with #D544FD
Text Example
Text Example
White with #D544FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D544FD; }
p { color: rgb(213,68,253); }
H1.HeaderClassName
{
color: #D544FD;
}
.AnyTagClassName
{
color: #D544FD;
}
</style>
background-color css
<style>
a { background-color: #D544FD; }
a { background-color: rgb(213,68,253); }
div.DivClassName
{
background-color: #D544FD;
}
.BgClassName
{
background-color: #D544FD;
}
</style>
border-color css
<style>
span { border-color: #D544FD; }
span { border-color: rgb(213,68,253); }
td.TdClassName
{
border-color: #D544FD;
}
.TagClassName
{
border-color: #D544FD;
}
</style>