Shades of Heliotrope #D57BF9
Tints of Heliotrope #D57BF9
RGB
CMYK
RGB Variations
Color information
#D57BF9 (or 0xD57BF9) is known color: Heliotrope. HEX triplet: D5, 7B and F9. RGB value is (213,123,249). Sum of RGB (Red+Green+Blue) = 213+123+249=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #D57BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57BF9 is #2A8406. Grayscale: #A3A3A3. Windows color (decimal): -2786311 or 16350165. OLE color: 16350165.
HSL color Cylindrical-coordinate representation of color #D57BF9: hue angle of 282.86º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D57BF9 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 123 | 249 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.02 |
| HSL | 282.86º | 0.91% | 0.73% | - |
| HSV(B) | 282.86º | 0.51% | 0.98% | - |
| XYZ | 51.62 | 35.15 | 93.69 | - |
| YUV | 164.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 249 | 0.14 | 0.51 | 0 | 0.02 | 282.86 | 0.91 | 0.73 |
| Hex | D5 | 7B | F9 | E | 33 | 0 | 2 | 11B | 5B | 49 |
| Octal | 325 | 173 | 371 | 16 | 63 | 0 | 2 | 433 | 133 | 111 |
| Binary | 11010101 | 1111011 | 11111001 | 1110 | 110011 | 0 | 10 | 100011011 | 1011011 | 1001001 |
Color Harmonies of #D57BF9
Complementary color
Monochromatic Colors of #D57BF9
Black with #D57BF9
Text Example
Text Example
White with #D57BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BF9; }
p { color: rgb(213,123,249); }
H1.HeaderClassName
{
color: #D57BF9;
}
.AnyTagClassName
{
color: #D57BF9;
}
</style>
background-color css
<style>
a { background-color: #D57BF9; }
a { background-color: rgb(213,123,249); }
div.DivClassName
{
background-color: #D57BF9;
}
.BgClassName
{
background-color: #D57BF9;
}
</style>
border-color css
<style>
span { border-color: #D57BF9; }
span { border-color: rgb(213,123,249); }
td.TdClassName
{
border-color: #D57BF9;
}
.TagClassName
{
border-color: #D57BF9;
}
</style>