Shades of Heliotrope #D574FE
Tints of Heliotrope #D574FE
RGB
CMYK
RGB Variations
Color information
#D574FE (or 0xD574FE) is known color: Heliotrope. HEX triplet: D5, 74 and FE. RGB value is (213,116,254). Sum of RGB (Red+Green+Blue) = 213+116+254=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #D574FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574FE is #2A8B01. Grayscale: #A0A0A0. Windows color (decimal): -2788098 or 16676053. OLE color: 16676053.
HSL color Cylindrical-coordinate representation of color #D574FE: hue angle of 282.17º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D574FE is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 116 | 254 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.00 |
| HSL | 282.17º | 0.99% | 0.73% | - |
| HSV(B) | 282.17º | 0.54% | 1% | - |
| XYZ | 51.58 | 33.79 | 97.57 | - |
| YUV | 160.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 254 | 0.16 | 0.54 | 0 | 0.00 | 282.17 | 0.99 | 0.73 |
| Hex | D5 | 74 | FE | 10 | 36 | 0 | 0 | 11A | 63 | 49 |
| Octal | 325 | 164 | 376 | 20 | 66 | 0 | 0 | 432 | 143 | 111 |
| Binary | 11010101 | 1110100 | 11111110 | 10000 | 110110 | 0 | 0 | 100011010 | 1100011 | 1001001 |
Color Harmonies of #D574FE
Complementary color
Monochromatic Colors of #D574FE
Black with #D574FE
Text Example
Text Example
White with #D574FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574FE; }
p { color: rgb(213,116,254); }
H1.HeaderClassName
{
color: #D574FE;
}
.AnyTagClassName
{
color: #D574FE;
}
</style>
background-color css
<style>
a { background-color: #D574FE; }
a { background-color: rgb(213,116,254); }
div.DivClassName
{
background-color: #D574FE;
}
.BgClassName
{
background-color: #D574FE;
}
</style>
border-color css
<style>
span { border-color: #D574FE; }
span { border-color: rgb(213,116,254); }
td.TdClassName
{
border-color: #D574FE;
}
.TagClassName
{
border-color: #D574FE;
}
</style>