Shades of Heliotrope #D576F2
Tints of Heliotrope #D576F2
RGB
CMYK
RGB Variations
Color information
#D576F2 (or 0xD576F2) is known color: Heliotrope. HEX triplet: D5, 76 and F2. RGB value is (213,118,242). Sum of RGB (Red+Green+Blue) = 213+118+242=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #D576F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D576F2 is #2A890D. Grayscale: #A0A0A0. Windows color (decimal): -2787598 or 15890133. OLE color: 15890133.
HSL color Cylindrical-coordinate representation of color #D576F2: hue angle of 285.97º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D576F2 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 118 | 242 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.05 |
| HSL | 285.97º | 0.83% | 0.71% | - |
| HSV(B) | 285.97º | 0.51% | 0.95% | - |
| XYZ | 49.95 | 33.51 | 87.84 | - |
| YUV | 160.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 242 | 0.12 | 0.51 | 0 | 0.05 | 285.97 | 0.83 | 0.71 |
| Hex | D5 | 76 | F2 | C | 33 | 0 | 5 | 11E | 53 | 47 |
| Octal | 325 | 166 | 362 | 14 | 63 | 0 | 5 | 436 | 123 | 107 |
| Binary | 11010101 | 1110110 | 11110010 | 1100 | 110011 | 0 | 101 | 100011110 | 1010011 | 1000111 |
Color Harmonies of #D576F2
Complementary color
Monochromatic Colors of #D576F2
Black with #D576F2
Text Example
Text Example
White with #D576F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D576F2; }
p { color: rgb(213,118,242); }
H1.HeaderClassName
{
color: #D576F2;
}
.AnyTagClassName
{
color: #D576F2;
}
</style>
background-color css
<style>
a { background-color: #D576F2; }
a { background-color: rgb(213,118,242); }
div.DivClassName
{
background-color: #D576F2;
}
.BgClassName
{
background-color: #D576F2;
}
</style>
border-color css
<style>
span { border-color: #D576F2; }
span { border-color: rgb(213,118,242); }
td.TdClassName
{
border-color: #D576F2;
}
.TagClassName
{
border-color: #D576F2;
}
</style>