Shades of Heliotrope #D551FA
Tints of Heliotrope #D551FA
RGB
CMYK
RGB Variations
Color information
#D551FA (or 0xD551FA) is known color: Heliotrope. HEX triplet: D5, 51 and FA. RGB value is (213,81,250). Sum of RGB (Red+Green+Blue) = 213+81+250=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 81 (32.03% from 255 or 14.89% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #D551FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551FA is #2AAE05. Grayscale: #8B8B8B. Windows color (decimal): -2797062 or 16404949. OLE color: 16404949.
HSL color Cylindrical-coordinate representation of color #D551FA: hue angle of 286.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D551FA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 81 | 250 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.02 |
| HSL | 286.86º | 0.94% | 0.65% | - |
| HSV(B) | 286.86º | 0.68% | 0.98% | - |
| XYZ | 47.64 | 26.93 | 93.13 | - |
| YUV | 139.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 250 | 0.15 | 0.68 | 0 | 0.02 | 286.86 | 0.94 | 0.65 |
| Hex | D5 | 51 | FA | F | 44 | 0 | 2 | 11F | 5E | 41 |
| Octal | 325 | 121 | 372 | 17 | 104 | 0 | 2 | 437 | 136 | 101 |
| Binary | 11010101 | 1010001 | 11111010 | 1111 | 1000100 | 0 | 10 | 100011111 | 1011110 | 1000001 |
Color Harmonies of #D551FA
Complementary color
Monochromatic Colors of #D551FA
Black with #D551FA
Text Example
Text Example
White with #D551FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551FA; }
p { color: rgb(213,81,250); }
H1.HeaderClassName
{
color: #D551FA;
}
.AnyTagClassName
{
color: #D551FA;
}
</style>
background-color css
<style>
a { background-color: #D551FA; }
a { background-color: rgb(213,81,250); }
div.DivClassName
{
background-color: #D551FA;
}
.BgClassName
{
background-color: #D551FA;
}
</style>
border-color css
<style>
span { border-color: #D551FA; }
span { border-color: rgb(213,81,250); }
td.TdClassName
{
border-color: #D551FA;
}
.TagClassName
{
border-color: #D551FA;
}
</style>