Shades of Heliotrope #D475FA
Tints of Heliotrope #D475FA
RGB
CMYK
RGB Variations
Color information
#D475FA (or 0xD475FA) is known color: Heliotrope. HEX triplet: D4, 75 and FA. RGB value is (212,117,250). Sum of RGB (Red+Green+Blue) = 212+117+250=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #D475FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475FA is #2B8A05. Grayscale: #A0A0A0. Windows color (decimal): -2853382 or 16414164. OLE color: 16414164.
HSL color Cylindrical-coordinate representation of color #D475FA: hue angle of 282.86º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D475FA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 117 | 250 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.02 |
| HSL | 282.86º | 0.93% | 0.72% | - |
| HSV(B) | 282.86º | 0.53% | 0.98% | - |
| XYZ | 50.77 | 33.62 | 94.26 | - |
| YUV | 160.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 250 | 0.15 | 0.53 | 0 | 0.02 | 282.86 | 0.93 | 0.72 |
| Hex | D4 | 75 | FA | F | 35 | 0 | 2 | 11B | 5D | 48 |
| Octal | 324 | 165 | 372 | 17 | 65 | 0 | 2 | 433 | 135 | 110 |
| Binary | 11010100 | 1110101 | 11111010 | 1111 | 110101 | 0 | 10 | 100011011 | 1011101 | 1001000 |
Color Harmonies of #D475FA
Complementary color
Monochromatic Colors of #D475FA
Black with #D475FA
Text Example
Text Example
White with #D475FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475FA; }
p { color: rgb(212,117,250); }
H1.HeaderClassName
{
color: #D475FA;
}
.AnyTagClassName
{
color: #D475FA;
}
</style>
background-color css
<style>
a { background-color: #D475FA; }
a { background-color: rgb(212,117,250); }
div.DivClassName
{
background-color: #D475FA;
}
.BgClassName
{
background-color: #D475FA;
}
</style>
border-color css
<style>
span { border-color: #D475FA; }
span { border-color: rgb(212,117,250); }
td.TdClassName
{
border-color: #D475FA;
}
.TagClassName
{
border-color: #D475FA;
}
</style>