Shades of Heliotrope #D57FF1
Tints of Heliotrope #D57FF1
RGB
CMYK
RGB Variations
Color information
#D57FF1 (or 0xD57FF1) is known color: Heliotrope. HEX triplet: D5, 7F and F1. RGB value is (213,127,241). Sum of RGB (Red+Green+Blue) = 213+127+241=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #D57FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FF1 is #2A800E. Grayscale: #A5A5A5. Windows color (decimal): -2785295 or 15826901. OLE color: 15826901.
HSL color Cylindrical-coordinate representation of color #D57FF1: hue angle of 285.26º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57FF1 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 127 | 241 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.05 |
| HSL | 285.26º | 0.8% | 0.72% | - |
| HSV(B) | 285.26º | 0.47% | 0.95% | - |
| XYZ | 50.91 | 35.68 | 87.42 | - |
| YUV | 165.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 241 | 0.12 | 0.47 | 0 | 0.05 | 285.26 | 0.8 | 0.72 |
| Hex | D5 | 7F | F1 | C | 2F | 0 | 5 | 11D | 50 | 48 |
| Octal | 325 | 177 | 361 | 14 | 57 | 0 | 5 | 435 | 120 | 110 |
| Binary | 11010101 | 1111111 | 11110001 | 1100 | 101111 | 0 | 101 | 100011101 | 1010000 | 1001000 |
Color Harmonies of #D57FF1
Complementary color
Monochromatic Colors of #D57FF1
Black with #D57FF1
Text Example
Text Example
White with #D57FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FF1; }
p { color: rgb(213,127,241); }
H1.HeaderClassName
{
color: #D57FF1;
}
.AnyTagClassName
{
color: #D57FF1;
}
</style>
background-color css
<style>
a { background-color: #D57FF1; }
a { background-color: rgb(213,127,241); }
div.DivClassName
{
background-color: #D57FF1;
}
.BgClassName
{
background-color: #D57FF1;
}
</style>
border-color css
<style>
span { border-color: #D57FF1; }
span { border-color: rgb(213,127,241); }
td.TdClassName
{
border-color: #D57FF1;
}
.TagClassName
{
border-color: #D57FF1;
}
</style>