Shades of Heliotrope #D577FB
Tints of Heliotrope #D577FB
RGB
CMYK
RGB Variations
Color information
#D577FB (or 0xD577FB) is known color: Heliotrope. HEX triplet: D5, 77 and FB. RGB value is (213,119,251). Sum of RGB (Red+Green+Blue) = 213+119+251=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #D577FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D577FB is #2A8804. Grayscale: #A1A1A1. Windows color (decimal): -2787333 or 16480213. OLE color: 16480213.
HSL color Cylindrical-coordinate representation of color #D577FB: hue angle of 282.73º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D577FB is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 119 | 251 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.02 |
| HSL | 282.73º | 0.94% | 0.73% | - |
| HSV(B) | 282.73º | 0.53% | 0.98% | - |
| XYZ | 51.45 | 34.3 | 95.18 | - |
| YUV | 162.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 251 | 0.15 | 0.53 | 0 | 0.02 | 282.73 | 0.94 | 0.73 |
| Hex | D5 | 77 | FB | F | 35 | 0 | 2 | 11B | 5E | 49 |
| Octal | 325 | 167 | 373 | 17 | 65 | 0 | 2 | 433 | 136 | 111 |
| Binary | 11010101 | 1110111 | 11111011 | 1111 | 110101 | 0 | 10 | 100011011 | 1011110 | 1001001 |
Color Harmonies of #D577FB
Complementary color
Monochromatic Colors of #D577FB
Black with #D577FB
Text Example
Text Example
White with #D577FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577FB; }
p { color: rgb(213,119,251); }
H1.HeaderClassName
{
color: #D577FB;
}
.AnyTagClassName
{
color: #D577FB;
}
</style>
background-color css
<style>
a { background-color: #D577FB; }
a { background-color: rgb(213,119,251); }
div.DivClassName
{
background-color: #D577FB;
}
.BgClassName
{
background-color: #D577FB;
}
</style>
border-color css
<style>
span { border-color: #D577FB; }
span { border-color: rgb(213,119,251); }
td.TdClassName
{
border-color: #D577FB;
}
.TagClassName
{
border-color: #D577FB;
}
</style>