Shades of Heliotrope #D475F5
Tints of Heliotrope #D475F5
RGB
CMYK
RGB Variations
Color information
#D475F5 (or 0xD475F5) is known color: Heliotrope. HEX triplet: D4, 75 and F5. RGB value is (212,117,245). Sum of RGB (Red+Green+Blue) = 212+117+245=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #D475F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475F5 is #2B8A0A. Grayscale: #9F9F9F. Windows color (decimal): -2853387 or 16086484. OLE color: 16086484.
HSL color Cylindrical-coordinate representation of color #D475F5: hue angle of 284.53º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D475F5 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 117 | 245 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.04 |
| HSL | 284.53º | 0.86% | 0.71% | - |
| HSV(B) | 284.53º | 0.52% | 0.96% | - |
| XYZ | 49.99 | 33.31 | 90.18 | - |
| YUV | 160 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 245 | 0.13 | 0.52 | 0 | 0.04 | 284.53 | 0.86 | 0.71 |
| Hex | D4 | 75 | F5 | D | 34 | 0 | 4 | 11D | 56 | 47 |
| Octal | 324 | 165 | 365 | 15 | 64 | 0 | 4 | 435 | 126 | 107 |
| Binary | 11010100 | 1110101 | 11110101 | 1101 | 110100 | 0 | 100 | 100011101 | 1010110 | 1000111 |
Color Harmonies of #D475F5
Complementary color
Monochromatic Colors of #D475F5
Black with #D475F5
Text Example
Text Example
White with #D475F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475F5; }
p { color: rgb(212,117,245); }
H1.HeaderClassName
{
color: #D475F5;
}
.AnyTagClassName
{
color: #D475F5;
}
</style>
background-color css
<style>
a { background-color: #D475F5; }
a { background-color: rgb(212,117,245); }
div.DivClassName
{
background-color: #D475F5;
}
.BgClassName
{
background-color: #D475F5;
}
</style>
border-color css
<style>
span { border-color: #D475F5; }
span { border-color: rgb(212,117,245); }
td.TdClassName
{
border-color: #D475F5;
}
.TagClassName
{
border-color: #D475F5;
}
</style>