Shades of Heliotrope #D475F1
Tints of Heliotrope #D475F1
RGB
CMYK
RGB Variations
Color information
#D475F1 (or 0xD475F1) is known color: Heliotrope. HEX triplet: D4, 75 and F1. RGB value is (212,117,241). Sum of RGB (Red+Green+Blue) = 212+117+241=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #D475F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475F1 is #2B8A0E. Grayscale: #9F9F9F. Windows color (decimal): -2853391 or 15824340. OLE color: 15824340.
HSL color Cylindrical-coordinate representation of color #D475F1: hue angle of 285.97º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D475F1 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 117 | 241 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.05 |
| HSL | 285.97º | 0.82% | 0.7% | - |
| HSV(B) | 285.97º | 0.51% | 0.95% | - |
| XYZ | 49.39 | 33.07 | 87 | - |
| YUV | 159.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 241 | 0.12 | 0.51 | 0 | 0.05 | 285.97 | 0.82 | 0.7 |
| Hex | D4 | 75 | F1 | C | 33 | 0 | 5 | 11E | 52 | 46 |
| Octal | 324 | 165 | 361 | 14 | 63 | 0 | 5 | 436 | 122 | 106 |
| Binary | 11010100 | 1110101 | 11110001 | 1100 | 110011 | 0 | 101 | 100011110 | 1010010 | 1000110 |
Color Harmonies of #D475F1
Complementary color
Monochromatic Colors of #D475F1
Black with #D475F1
Text Example
Text Example
White with #D475F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475F1; }
p { color: rgb(212,117,241); }
H1.HeaderClassName
{
color: #D475F1;
}
.AnyTagClassName
{
color: #D475F1;
}
</style>
background-color css
<style>
a { background-color: #D475F1; }
a { background-color: rgb(212,117,241); }
div.DivClassName
{
background-color: #D475F1;
}
.BgClassName
{
background-color: #D475F1;
}
</style>
border-color css
<style>
span { border-color: #D475F1; }
span { border-color: rgb(212,117,241); }
td.TdClassName
{
border-color: #D475F1;
}
.TagClassName
{
border-color: #D475F1;
}
</style>