Shades of Heliotrope #D57DFF
Tints of Heliotrope #D57DFF
RGB
CMYK
RGB Variations
Color information
#D57DFF (or 0xD57DFF) is known color: Heliotrope. HEX triplet: D5, 7D and FF. RGB value is (213,125,255). Sum of RGB (Red+Green+Blue) = 213+125+255=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #D57DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DFF is #2A8200. Grayscale: #A5A5A5. Windows color (decimal): -2785793 or 16743893. OLE color: 16743893.
HSL color Cylindrical-coordinate representation of color #D57DFF: hue angle of 280.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D57DFF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 125 | 255 | - |
| CMYK | 0.16 | 0.51 | 0 | 0 |
| HSL | 280.62º | 1% | 0.75% | - |
| HSV(B) | 280.62º | 0.51% | 1% | - |
| XYZ | 52.82 | 36.03 | 98.78 | - |
| YUV | 166.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 255 | 0.16 | 0.51 | 0 | 0 | 280.62 | 1 | 0.75 |
| Hex | D5 | 7D | FF | 10 | 33 | 0 | 0 | 119 | 64 | 4B |
| Octal | 325 | 175 | 377 | 20 | 63 | 0 | 0 | 431 | 144 | 113 |
| Binary | 11010101 | 1111101 | 11111111 | 10000 | 110011 | 0 | 0 | 100011001 | 1100100 | 1001011 |
Color Harmonies of #D57DFF
Complementary color
Monochromatic Colors of #D57DFF
Black with #D57DFF
Text Example
Text Example
White with #D57DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DFF; }
p { color: rgb(213,125,255); }
H1.HeaderClassName
{
color: #D57DFF;
}
.AnyTagClassName
{
color: #D57DFF;
}
</style>
background-color css
<style>
a { background-color: #D57DFF; }
a { background-color: rgb(213,125,255); }
div.DivClassName
{
background-color: #D57DFF;
}
.BgClassName
{
background-color: #D57DFF;
}
</style>
border-color css
<style>
span { border-color: #D57DFF; }
span { border-color: rgb(213,125,255); }
td.TdClassName
{
border-color: #D57DFF;
}
.TagClassName
{
border-color: #D57DFF;
}
</style>