Shades of Heliotrope #D461F6
Tints of Heliotrope #D461F6
RGB
CMYK
RGB Variations
Color information
#D461F6 (or 0xD461F6) is known color: Heliotrope. HEX triplet: D4, 61 and F6. RGB value is (212,97,246). Sum of RGB (Red+Green+Blue) = 212+97+246=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 97 (38.28% from 255 or 17.48% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #D461F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461F6 is #2B9E09. Grayscale: #939393. Windows color (decimal): -2858506 or 16146900. OLE color: 16146900.
HSL color Cylindrical-coordinate representation of color #D461F6: hue angle of 286.31º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D461F6 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 97 | 246 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.04 |
| HSL | 286.31º | 0.89% | 0.67% | - |
| HSV(B) | 286.31º | 0.61% | 0.96% | - |
| XYZ | 48.06 | 29.2 | 90.29 | - |
| YUV | 148.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 246 | 0.14 | 0.61 | 0 | 0.04 | 286.31 | 0.89 | 0.67 |
| Hex | D4 | 61 | F6 | E | 3D | 0 | 4 | 11E | 59 | 43 |
| Octal | 324 | 141 | 366 | 16 | 75 | 0 | 4 | 436 | 131 | 103 |
| Binary | 11010100 | 1100001 | 11110110 | 1110 | 111101 | 0 | 100 | 100011110 | 1011001 | 1000011 |
Color Harmonies of #D461F6
Complementary color
Monochromatic Colors of #D461F6
Black with #D461F6
Text Example
Text Example
White with #D461F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461F6; }
p { color: rgb(212,97,246); }
H1.HeaderClassName
{
color: #D461F6;
}
.AnyTagClassName
{
color: #D461F6;
}
</style>
background-color css
<style>
a { background-color: #D461F6; }
a { background-color: rgb(212,97,246); }
div.DivClassName
{
background-color: #D461F6;
}
.BgClassName
{
background-color: #D461F6;
}
</style>
border-color css
<style>
span { border-color: #D461F6; }
span { border-color: rgb(212,97,246); }
td.TdClassName
{
border-color: #D461F6;
}
.TagClassName
{
border-color: #D461F6;
}
</style>