Shades of Heliotrope #D548F8
Tints of Heliotrope #D548F8
RGB
CMYK
RGB Variations
Color information
#D548F8 (or 0xD548F8) is known color: Heliotrope. HEX triplet: D5, 48 and F8. RGB value is (213,72,248). Sum of RGB (Red+Green+Blue) = 213+72+248=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #D548F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D548F8 is #2AB707. Grayscale: #858585. Windows color (decimal): -2799368 or 16271573. OLE color: 16271573.
HSL color Cylindrical-coordinate representation of color #D548F8: hue angle of 288.07º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D548F8 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 72 | 248 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.03 |
| HSL | 288.07º | 0.93% | 0.63% | - |
| HSV(B) | 288.07º | 0.71% | 0.97% | - |
| XYZ | 46.7 | 25.56 | 91.28 | - |
| YUV | 134.22 | 192.21 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 248 | 0.14 | 0.71 | 0 | 0.03 | 288.07 | 0.93 | 0.63 |
| Hex | D5 | 48 | F8 | E | 47 | 0 | 3 | 120 | 5D | 3F |
| Octal | 325 | 110 | 370 | 16 | 107 | 0 | 3 | 440 | 135 | 77 |
| Binary | 11010101 | 1001000 | 11111000 | 1110 | 1000111 | 0 | 11 | 100100000 | 1011101 | 111111 |
Color Harmonies of #D548F8
Complementary color
Monochromatic Colors of #D548F8
Black with #D548F8
Text Example
Text Example
White with #D548F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D548F8; }
p { color: rgb(213,72,248); }
H1.HeaderClassName
{
color: #D548F8;
}
.AnyTagClassName
{
color: #D548F8;
}
</style>
background-color css
<style>
a { background-color: #D548F8; }
a { background-color: rgb(213,72,248); }
div.DivClassName
{
background-color: #D548F8;
}
.BgClassName
{
background-color: #D548F8;
}
</style>
border-color css
<style>
span { border-color: #D548F8; }
span { border-color: rgb(213,72,248); }
td.TdClassName
{
border-color: #D548F8;
}
.TagClassName
{
border-color: #D548F8;
}
</style>