Shades of Heliotrope #D575FB
Tints of Heliotrope #D575FB
RGB
CMYK
RGB Variations
Color information
#D575FB (or 0xD575FB) is known color: Heliotrope. HEX triplet: D5, 75 and FB. RGB value is (213,117,251). Sum of RGB (Red+Green+Blue) = 213+117+251=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #D575FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D575FB is #2A8A04. Grayscale: #A0A0A0. Windows color (decimal): -2787845 or 16479701. OLE color: 16479701.
HSL color Cylindrical-coordinate representation of color #D575FB: hue angle of 282.99º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D575FB is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 117 | 251 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.02 |
| HSL | 282.99º | 0.94% | 0.72% | - |
| HSV(B) | 282.99º | 0.53% | 0.98% | - |
| XYZ | 51.21 | 33.83 | 95.1 | - |
| YUV | 160.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 251 | 0.15 | 0.53 | 0 | 0.02 | 282.99 | 0.94 | 0.72 |
| Hex | D5 | 75 | FB | F | 35 | 0 | 2 | 11B | 5E | 48 |
| Octal | 325 | 165 | 373 | 17 | 65 | 0 | 2 | 433 | 136 | 110 |
| Binary | 11010101 | 1110101 | 11111011 | 1111 | 110101 | 0 | 10 | 100011011 | 1011110 | 1001000 |
Color Harmonies of #D575FB
Complementary color
Monochromatic Colors of #D575FB
Black with #D575FB
Text Example
Text Example
White with #D575FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575FB; }
p { color: rgb(213,117,251); }
H1.HeaderClassName
{
color: #D575FB;
}
.AnyTagClassName
{
color: #D575FB;
}
</style>
background-color css
<style>
a { background-color: #D575FB; }
a { background-color: rgb(213,117,251); }
div.DivClassName
{
background-color: #D575FB;
}
.BgClassName
{
background-color: #D575FB;
}
</style>
border-color css
<style>
span { border-color: #D575FB; }
span { border-color: rgb(213,117,251); }
td.TdClassName
{
border-color: #D575FB;
}
.TagClassName
{
border-color: #D575FB;
}
</style>