Shades of Heliotrope #D575F3
Tints of Heliotrope #D575F3
RGB
CMYK
RGB Variations
Color information
#D575F3 (or 0xD575F3) is known color: Heliotrope. HEX triplet: D5, 75 and F3. RGB value is (213,117,243). Sum of RGB (Red+Green+Blue) = 213+117+243=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #D575F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D575F3 is #2A8A0C. Grayscale: #9F9F9F. Windows color (decimal): -2787853 or 15955413. OLE color: 15955413.
HSL color Cylindrical-coordinate representation of color #D575F3: hue angle of 285.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D575F3 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 117 | 243 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.05 |
| HSL | 285.71º | 0.84% | 0.71% | - |
| HSV(B) | 285.71º | 0.52% | 0.95% | - |
| XYZ | 49.98 | 33.34 | 88.6 | - |
| YUV | 160.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 243 | 0.12 | 0.52 | 0 | 0.05 | 285.71 | 0.84 | 0.71 |
| Hex | D5 | 75 | F3 | C | 34 | 0 | 5 | 11E | 54 | 47 |
| Octal | 325 | 165 | 363 | 14 | 64 | 0 | 5 | 436 | 124 | 107 |
| Binary | 11010101 | 1110101 | 11110011 | 1100 | 110100 | 0 | 101 | 100011110 | 1010100 | 1000111 |
Color Harmonies of #D575F3
Complementary color
Monochromatic Colors of #D575F3
Black with #D575F3
Text Example
Text Example
White with #D575F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575F3; }
p { color: rgb(213,117,243); }
H1.HeaderClassName
{
color: #D575F3;
}
.AnyTagClassName
{
color: #D575F3;
}
</style>
background-color css
<style>
a { background-color: #D575F3; }
a { background-color: rgb(213,117,243); }
div.DivClassName
{
background-color: #D575F3;
}
.BgClassName
{
background-color: #D575F3;
}
</style>
border-color css
<style>
span { border-color: #D575F3; }
span { border-color: rgb(213,117,243); }
td.TdClassName
{
border-color: #D575F3;
}
.TagClassName
{
border-color: #D575F3;
}
</style>