Shades of Heliotrope #D57FFB
Tints of Heliotrope #D57FFB
RGB
CMYK
RGB Variations
Color information
#D57FFB (or 0xD57FFB) is known color: Heliotrope. HEX triplet: D5, 7F and FB. RGB value is (213,127,251). Sum of RGB (Red+Green+Blue) = 213+127+251=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #D57FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FFB is #2A8004. Grayscale: #A6A6A6. Windows color (decimal): -2785285 or 16482261. OLE color: 16482261.
HSL color Cylindrical-coordinate representation of color #D57FFB: hue angle of 281.61º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D57FFB is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 127 | 251 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.02 |
| HSL | 281.61º | 0.94% | 0.74% | - |
| HSV(B) | 281.61º | 0.49% | 0.98% | - |
| XYZ | 52.44 | 36.29 | 95.51 | - |
| YUV | 166.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 251 | 0.15 | 0.49 | 0 | 0.02 | 281.61 | 0.94 | 0.74 |
| Hex | D5 | 7F | FB | F | 31 | 0 | 2 | 11A | 5E | 4A |
| Octal | 325 | 177 | 373 | 17 | 61 | 0 | 2 | 432 | 136 | 112 |
| Binary | 11010101 | 1111111 | 11111011 | 1111 | 110001 | 0 | 10 | 100011010 | 1011110 | 1001010 |
Color Harmonies of #D57FFB
Complementary color
Monochromatic Colors of #D57FFB
Black with #D57FFB
Text Example
Text Example
White with #D57FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FFB; }
p { color: rgb(213,127,251); }
H1.HeaderClassName
{
color: #D57FFB;
}
.AnyTagClassName
{
color: #D57FFB;
}
</style>
background-color css
<style>
a { background-color: #D57FFB; }
a { background-color: rgb(213,127,251); }
div.DivClassName
{
background-color: #D57FFB;
}
.BgClassName
{
background-color: #D57FFB;
}
</style>
border-color css
<style>
span { border-color: #D57FFB; }
span { border-color: rgb(213,127,251); }
td.TdClassName
{
border-color: #D57FFB;
}
.TagClassName
{
border-color: #D57FFB;
}
</style>