Shades of Heliotrope #D577FF
Tints of Heliotrope #D577FF
RGB
CMYK
RGB Variations
Color information
#D577FF (or 0xD577FF) is known color: Heliotrope. HEX triplet: D5, 77 and FF. RGB value is (213,119,255). Sum of RGB (Red+Green+Blue) = 213+119+255=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #D577FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D577FF is #2A8800. Grayscale: #A2A2A2. Windows color (decimal): -2787329 or 16742357. OLE color: 16742357.
HSL color Cylindrical-coordinate representation of color #D577FF: hue angle of 281.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D577FF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 119 | 255 | - |
| CMYK | 0.16 | 0.53 | 0 | 0 |
| HSL | 281.47º | 1% | 0.73% | - |
| HSV(B) | 281.47º | 0.53% | 1% | - |
| XYZ | 52.09 | 34.56 | 98.53 | - |
| YUV | 162.61 | 180.14 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 255 | 0.16 | 0.53 | 0 | 0 | 281.47 | 1 | 0.73 |
| Hex | D5 | 77 | FF | 10 | 35 | 0 | 0 | 119 | 64 | 49 |
| Octal | 325 | 167 | 377 | 20 | 65 | 0 | 0 | 431 | 144 | 111 |
| Binary | 11010101 | 1110111 | 11111111 | 10000 | 110101 | 0 | 0 | 100011001 | 1100100 | 1001001 |
Color Harmonies of #D577FF
Complementary color
Monochromatic Colors of #D577FF
Black with #D577FF
Text Example
Text Example
White with #D577FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577FF; }
p { color: rgb(213,119,255); }
H1.HeaderClassName
{
color: #D577FF;
}
.AnyTagClassName
{
color: #D577FF;
}
</style>
background-color css
<style>
a { background-color: #D577FF; }
a { background-color: rgb(213,119,255); }
div.DivClassName
{
background-color: #D577FF;
}
.BgClassName
{
background-color: #D577FF;
}
</style>
border-color css
<style>
span { border-color: #D577FF; }
span { border-color: rgb(213,119,255); }
td.TdClassName
{
border-color: #D577FF;
}
.TagClassName
{
border-color: #D577FF;
}
</style>