Shades of Heliotrope #D57DFB
Tints of Heliotrope #D57DFB
RGB
CMYK
RGB Variations
Color information
#D57DFB (or 0xD57DFB) is known color: Heliotrope. HEX triplet: D5, 7D and FB. RGB value is (213,125,251). Sum of RGB (Red+Green+Blue) = 213+125+251=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #D57DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DFB is #2A8204. Grayscale: #A5A5A5. Windows color (decimal): -2785797 or 16481749. OLE color: 16481749.
HSL color Cylindrical-coordinate representation of color #D57DFB: hue angle of 281.9º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57DFB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 125 | 251 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.02 |
| HSL | 281.9º | 0.94% | 0.74% | - |
| HSV(B) | 281.9º | 0.5% | 0.98% | - |
| XYZ | 52.19 | 35.78 | 95.42 | - |
| YUV | 165.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 251 | 0.15 | 0.50 | 0 | 0.02 | 281.9 | 0.94 | 0.74 |
| Hex | D5 | 7D | FB | F | 32 | 0 | 2 | 11A | 5E | 4A |
| Octal | 325 | 175 | 373 | 17 | 62 | 0 | 2 | 432 | 136 | 112 |
| Binary | 11010101 | 1111101 | 11111011 | 1111 | 110010 | 0 | 10 | 100011010 | 1011110 | 1001010 |
Color Harmonies of #D57DFB
Complementary color
Monochromatic Colors of #D57DFB
Black with #D57DFB
Text Example
Text Example
White with #D57DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DFB; }
p { color: rgb(213,125,251); }
H1.HeaderClassName
{
color: #D57DFB;
}
.AnyTagClassName
{
color: #D57DFB;
}
</style>
background-color css
<style>
a { background-color: #D57DFB; }
a { background-color: rgb(213,125,251); }
div.DivClassName
{
background-color: #D57DFB;
}
.BgClassName
{
background-color: #D57DFB;
}
</style>
border-color css
<style>
span { border-color: #D57DFB; }
span { border-color: rgb(213,125,251); }
td.TdClassName
{
border-color: #D57DFB;
}
.TagClassName
{
border-color: #D57DFB;
}
</style>