Shades of Heliotrope #D574FF
Tints of Heliotrope #D574FF
RGB
CMYK
RGB Variations
Color information
#D574FF (or 0xD574FF) is known color: Heliotrope. HEX triplet: D5, 74 and FF. RGB value is (213,116,255). Sum of RGB (Red+Green+Blue) = 213+116+255=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #D574FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574FF is #2A8B00. Grayscale: #A0A0A0. Windows color (decimal): -2788097 or 16741589. OLE color: 16741589.
HSL color Cylindrical-coordinate representation of color #D574FF: hue angle of 281.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D574FF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 116 | 255 | - |
| CMYK | 0.16 | 0.55 | 0 | 0 |
| HSL | 281.87º | 1% | 0.73% | - |
| HSV(B) | 281.87º | 0.55% | 1% | - |
| XYZ | 51.74 | 33.86 | 98.42 | - |
| YUV | 160.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 255 | 0.16 | 0.55 | 0 | 0 | 281.87 | 1 | 0.73 |
| Hex | D5 | 74 | FF | 10 | 37 | 0 | 0 | 11A | 64 | 49 |
| Octal | 325 | 164 | 377 | 20 | 67 | 0 | 0 | 432 | 144 | 111 |
| Binary | 11010101 | 1110100 | 11111111 | 10000 | 110111 | 0 | 0 | 100011010 | 1100100 | 1001001 |
Color Harmonies of #D574FF
Complementary color
Monochromatic Colors of #D574FF
Black with #D574FF
Text Example
Text Example
White with #D574FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574FF; }
p { color: rgb(213,116,255); }
H1.HeaderClassName
{
color: #D574FF;
}
.AnyTagClassName
{
color: #D574FF;
}
</style>
background-color css
<style>
a { background-color: #D574FF; }
a { background-color: rgb(213,116,255); }
div.DivClassName
{
background-color: #D574FF;
}
.BgClassName
{
background-color: #D574FF;
}
</style>
border-color css
<style>
span { border-color: #D574FF; }
span { border-color: rgb(213,116,255); }
td.TdClassName
{
border-color: #D574FF;
}
.TagClassName
{
border-color: #D574FF;
}
</style>