Shades of Heliotrope #D548FF
Tints of Heliotrope #D548FF
RGB
CMYK
RGB Variations
Color information
#D548FF (or 0xD548FF) is known color: Heliotrope. HEX triplet: D5, 48 and FF. RGB value is (213,72,255). Sum of RGB (Red+Green+Blue) = 213+72+255=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #D548FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D548FF is #2AB700. Grayscale: #868686. Windows color (decimal): -2799361 or 16730325. OLE color: 16730325.
HSL color Cylindrical-coordinate representation of color #D548FF: hue angle of 286.23º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D548FF is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 72 | 255 | - |
| CMYK | 0.16 | 0.72 | 0 | 0 |
| HSL | 286.23º | 1% | 0.64% | - |
| HSV(B) | 286.23º | 0.72% | 1% | - |
| XYZ | 47.81 | 26 | 97.11 | - |
| YUV | 135.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 255 | 0.16 | 0.72 | 0 | 0 | 286.23 | 1 | 0.64 |
| Hex | D5 | 48 | FF | 10 | 48 | 0 | 0 | 11E | 64 | 40 |
| Octal | 325 | 110 | 377 | 20 | 110 | 0 | 0 | 436 | 144 | 100 |
| Binary | 11010101 | 1001000 | 11111111 | 10000 | 1001000 | 0 | 0 | 100011110 | 1100100 | 1000000 |
Color Harmonies of #D548FF
Complementary color
Monochromatic Colors of #D548FF
Black with #D548FF
Text Example
Text Example
White with #D548FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D548FF; }
p { color: rgb(213,72,255); }
H1.HeaderClassName
{
color: #D548FF;
}
.AnyTagClassName
{
color: #D548FF;
}
</style>
background-color css
<style>
a { background-color: #D548FF; }
a { background-color: rgb(213,72,255); }
div.DivClassName
{
background-color: #D548FF;
}
.BgClassName
{
background-color: #D548FF;
}
</style>
border-color css
<style>
span { border-color: #D548FF; }
span { border-color: rgb(213,72,255); }
td.TdClassName
{
border-color: #D548FF;
}
.TagClassName
{
border-color: #D548FF;
}
</style>