Shades of Heliotrope #D551FF
Tints of Heliotrope #D551FF
RGB
CMYK
RGB Variations
Color information
#D551FF (or 0xD551FF) is known color: Heliotrope. HEX triplet: D5, 51 and FF. RGB value is (213,81,255). Sum of RGB (Red+Green+Blue) = 213+81+255=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #D551FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551FF is #2AAE00. Grayscale: #8B8B8B. Windows color (decimal): -2797057 or 16732629. OLE color: 16732629.
HSL color Cylindrical-coordinate representation of color #D551FF: hue angle of 285.52º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D551FF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 81 | 255 | - |
| CMYK | 0.16 | 0.68 | 0 | 0 |
| HSL | 285.52º | 1% | 0.66% | - |
| HSV(B) | 285.52º | 0.68% | 1% | - |
| XYZ | 48.43 | 27.25 | 97.32 | - |
| YUV | 140.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 255 | 0.16 | 0.68 | 0 | 0 | 285.52 | 1 | 0.66 |
| Hex | D5 | 51 | FF | 10 | 44 | 0 | 0 | 11E | 64 | 42 |
| Octal | 325 | 121 | 377 | 20 | 104 | 0 | 0 | 436 | 144 | 102 |
| Binary | 11010101 | 1010001 | 11111111 | 10000 | 1000100 | 0 | 0 | 100011110 | 1100100 | 1000010 |
Color Harmonies of #D551FF
Complementary color
Monochromatic Colors of #D551FF
Black with #D551FF
Text Example
Text Example
White with #D551FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551FF; }
p { color: rgb(213,81,255); }
H1.HeaderClassName
{
color: #D551FF;
}
.AnyTagClassName
{
color: #D551FF;
}
</style>
background-color css
<style>
a { background-color: #D551FF; }
a { background-color: rgb(213,81,255); }
div.DivClassName
{
background-color: #D551FF;
}
.BgClassName
{
background-color: #D551FF;
}
</style>
border-color css
<style>
span { border-color: #D551FF; }
span { border-color: rgb(213,81,255); }
td.TdClassName
{
border-color: #D551FF;
}
.TagClassName
{
border-color: #D551FF;
}
</style>