Shades of Heliotrope #D463F5
Tints of Heliotrope #D463F5
RGB
CMYK
RGB Variations
Color information
#D463F5 (or 0xD463F5) is known color: Heliotrope. HEX triplet: D4, 63 and F5. RGB value is (212,99,245). Sum of RGB (Red+Green+Blue) = 212+99+245=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #D463F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D463F5 is #2B9C0A. Grayscale: #949494. Windows color (decimal): -2857995 or 16081876. OLE color: 16081876.
HSL color Cylindrical-coordinate representation of color #D463F5: hue angle of 286.44º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D463F5 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 99 | 245 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.04 |
| HSL | 286.44º | 0.88% | 0.67% | - |
| HSV(B) | 286.44º | 0.6% | 0.96% | - |
| XYZ | 48.09 | 29.51 | 89.55 | - |
| YUV | 149.43 | 181.94 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 245 | 0.13 | 0.60 | 0 | 0.04 | 286.44 | 0.88 | 0.67 |
| Hex | D4 | 63 | F5 | D | 3C | 0 | 4 | 11E | 58 | 43 |
| Octal | 324 | 143 | 365 | 15 | 74 | 0 | 4 | 436 | 130 | 103 |
| Binary | 11010100 | 1100011 | 11110101 | 1101 | 111100 | 0 | 100 | 100011110 | 1011000 | 1000011 |
Color Harmonies of #D463F5
Complementary color
Monochromatic Colors of #D463F5
Black with #D463F5
Text Example
Text Example
White with #D463F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463F5; }
p { color: rgb(212,99,245); }
H1.HeaderClassName
{
color: #D463F5;
}
.AnyTagClassName
{
color: #D463F5;
}
</style>
background-color css
<style>
a { background-color: #D463F5; }
a { background-color: rgb(212,99,245); }
div.DivClassName
{
background-color: #D463F5;
}
.BgClassName
{
background-color: #D463F5;
}
</style>
border-color css
<style>
span { border-color: #D463F5; }
span { border-color: rgb(212,99,245); }
td.TdClassName
{
border-color: #D463F5;
}
.TagClassName
{
border-color: #D463F5;
}
</style>