Shades of Heliotrope #D574FA
Tints of Heliotrope #D574FA
RGB
CMYK
RGB Variations
Color information
#D574FA (or 0xD574FA) is known color: Heliotrope. HEX triplet: D5, 74 and FA. RGB value is (213,116,250). Sum of RGB (Red+Green+Blue) = 213+116+250=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #D574FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574FA is #2A8B05. Grayscale: #9F9F9F. Windows color (decimal): -2788102 or 16413909. OLE color: 16413909.
HSL color Cylindrical-coordinate representation of color #D574FA: hue angle of 283.43º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D574FA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 116 | 250 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.02 |
| HSL | 283.43º | 0.93% | 0.72% | - |
| HSV(B) | 283.43º | 0.54% | 0.98% | - |
| XYZ | 50.94 | 33.54 | 94.23 | - |
| YUV | 160.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 250 | 0.15 | 0.54 | 0 | 0.02 | 283.43 | 0.93 | 0.72 |
| Hex | D5 | 74 | FA | F | 36 | 0 | 2 | 11B | 5D | 48 |
| Octal | 325 | 164 | 372 | 17 | 66 | 0 | 2 | 433 | 135 | 110 |
| Binary | 11010101 | 1110100 | 11111010 | 1111 | 110110 | 0 | 10 | 100011011 | 1011101 | 1001000 |
Color Harmonies of #D574FA
Complementary color
Monochromatic Colors of #D574FA
Black with #D574FA
Text Example
Text Example
White with #D574FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574FA; }
p { color: rgb(213,116,250); }
H1.HeaderClassName
{
color: #D574FA;
}
.AnyTagClassName
{
color: #D574FA;
}
</style>
background-color css
<style>
a { background-color: #D574FA; }
a { background-color: rgb(213,116,250); }
div.DivClassName
{
background-color: #D574FA;
}
.BgClassName
{
background-color: #D574FA;
}
</style>
border-color css
<style>
span { border-color: #D574FA; }
span { border-color: rgb(213,116,250); }
td.TdClassName
{
border-color: #D574FA;
}
.TagClassName
{
border-color: #D574FA;
}
</style>