Shades of Heliotrope #D574FC
Tints of Heliotrope #D574FC
RGB
CMYK
RGB Variations
Color information
#D574FC (or 0xD574FC) is known color: Heliotrope. HEX triplet: D5, 74 and FC. RGB value is (213,116,252). Sum of RGB (Red+Green+Blue) = 213+116+252=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #D574FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574FC is #2A8B03. Grayscale: #A0A0A0. Windows color (decimal): -2788100 or 16544981. OLE color: 16544981.
HSL color Cylindrical-coordinate representation of color #D574FC: hue angle of 282.79º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D574FC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 116 | 252 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.01 |
| HSL | 282.79º | 0.96% | 0.72% | - |
| HSV(B) | 282.79º | 0.54% | 0.99% | - |
| XYZ | 51.26 | 33.67 | 95.89 | - |
| YUV | 160.51 | 179.64 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 252 | 0.15 | 0.54 | 0 | 0.01 | 282.79 | 0.96 | 0.72 |
| Hex | D5 | 74 | FC | F | 36 | 0 | 1 | 11B | 60 | 48 |
| Octal | 325 | 164 | 374 | 17 | 66 | 0 | 1 | 433 | 140 | 110 |
| Binary | 11010101 | 1110100 | 11111100 | 1111 | 110110 | 0 | 1 | 100011011 | 1100000 | 1001000 |
Color Harmonies of #D574FC
Complementary color
Monochromatic Colors of #D574FC
Black with #D574FC
Text Example
Text Example
White with #D574FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574FC; }
p { color: rgb(213,116,252); }
H1.HeaderClassName
{
color: #D574FC;
}
.AnyTagClassName
{
color: #D574FC;
}
</style>
background-color css
<style>
a { background-color: #D574FC; }
a { background-color: rgb(213,116,252); }
div.DivClassName
{
background-color: #D574FC;
}
.BgClassName
{
background-color: #D574FC;
}
</style>
border-color css
<style>
span { border-color: #D574FC; }
span { border-color: rgb(213,116,252); }
td.TdClassName
{
border-color: #D574FC;
}
.TagClassName
{
border-color: #D574FC;
}
</style>