Shades of Heliotrope #D475E9
Tints of Heliotrope #D475E9
RGB
CMYK
RGB Variations
Color information
#D475E9 (or 0xD475E9) is known color: Heliotrope. HEX triplet: D4, 75 and E9. RGB value is (212,117,233). Sum of RGB (Red+Green+Blue) = 212+117+233=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #D475E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475E9 is #2B8A16. Grayscale: #9E9E9E. Windows color (decimal): -2853399 or 15300052. OLE color: 15300052.
HSL color Cylindrical-coordinate representation of color #D475E9: hue angle of 289.14º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D475E9 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 117 | 233 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.09 |
| HSL | 289.14º | 0.73% | 0.69% | - |
| HSV(B) | 289.14º | 0.5% | 0.91% | - |
| XYZ | 48.22 | 32.6 | 80.84 | - |
| YUV | 158.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 233 | 0.09 | 0.50 | 0 | 0.09 | 289.14 | 0.73 | 0.69 |
| Hex | D4 | 75 | E9 | 9 | 32 | 0 | 9 | 121 | 48 | 45 |
| Octal | 324 | 165 | 351 | 11 | 62 | 0 | 11 | 441 | 110 | 105 |
| Binary | 11010100 | 1110101 | 11101001 | 1001 | 110010 | 0 | 1001 | 100100001 | 1001000 | 1000101 |
Color Harmonies of #D475E9
Complementary color
Monochromatic Colors of #D475E9
Black with #D475E9
Text Example
Text Example
White with #D475E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475E9; }
p { color: rgb(212,117,233); }
H1.HeaderClassName
{
color: #D475E9;
}
.AnyTagClassName
{
color: #D475E9;
}
</style>
background-color css
<style>
a { background-color: #D475E9; }
a { background-color: rgb(212,117,233); }
div.DivClassName
{
background-color: #D475E9;
}
.BgClassName
{
background-color: #D475E9;
}
</style>
border-color css
<style>
span { border-color: #D475E9; }
span { border-color: rgb(212,117,233); }
td.TdClassName
{
border-color: #D475E9;
}
.TagClassName
{
border-color: #D475E9;
}
</style>