Shades of Heliotrope #D475F3
Tints of Heliotrope #D475F3
RGB
CMYK
RGB Variations
Color information
#D475F3 (or 0xD475F3) is known color: Heliotrope. HEX triplet: D4, 75 and F3. RGB value is (212,117,243). Sum of RGB (Red+Green+Blue) = 212+117+243=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #D475F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475F3 is #2B8A0C. Grayscale: #9F9F9F. Windows color (decimal): -2853389 or 15955412. OLE color: 15955412.
HSL color Cylindrical-coordinate representation of color #D475F3: hue angle of 285.24º 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 #D475F3 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 117 | 243 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.05 |
| HSL | 285.24º | 0.84% | 0.71% | - |
| HSV(B) | 285.24º | 0.52% | 0.95% | - |
| XYZ | 49.69 | 33.19 | 88.58 | - |
| YUV | 159.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 243 | 0.13 | 0.52 | 0 | 0.05 | 285.24 | 0.84 | 0.71 |
| Hex | D4 | 75 | F3 | D | 34 | 0 | 5 | 11D | 54 | 47 |
| Octal | 324 | 165 | 363 | 15 | 64 | 0 | 5 | 435 | 124 | 107 |
| Binary | 11010100 | 1110101 | 11110011 | 1101 | 110100 | 0 | 101 | 100011101 | 1010100 | 1000111 |
Color Harmonies of #D475F3
Complementary color
Monochromatic Colors of #D475F3
Black with #D475F3
Text Example
Text Example
White with #D475F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475F3; }
p { color: rgb(212,117,243); }
H1.HeaderClassName
{
color: #D475F3;
}
.AnyTagClassName
{
color: #D475F3;
}
</style>
background-color css
<style>
a { background-color: #D475F3; }
a { background-color: rgb(212,117,243); }
div.DivClassName
{
background-color: #D475F3;
}
.BgClassName
{
background-color: #D475F3;
}
</style>
border-color css
<style>
span { border-color: #D475F3; }
span { border-color: rgb(212,117,243); }
td.TdClassName
{
border-color: #D475F3;
}
.TagClassName
{
border-color: #D475F3;
}
</style>