Shades of Heliotrope #D46AF8
Tints of Heliotrope #D46AF8
RGB
CMYK
RGB Variations
Color information
#D46AF8 (or 0xD46AF8) is known color: Heliotrope. HEX triplet: D4, 6A and F8. RGB value is (212,106,248). Sum of RGB (Red+Green+Blue) = 212+106+248=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #D46AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46AF8 is #2B9507. Grayscale: #999999. Windows color (decimal): -2856200 or 16280276. OLE color: 16280276.
HSL color Cylindrical-coordinate representation of color #D46AF8: hue angle of 284.79º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D46AF8 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 106 | 248 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.03 |
| HSL | 284.79º | 0.91% | 0.69% | - |
| HSV(B) | 284.79º | 0.57% | 0.97% | - |
| XYZ | 49.25 | 31.08 | 92.21 | - |
| YUV | 153.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 248 | 0.15 | 0.57 | 0 | 0.03 | 284.79 | 0.91 | 0.69 |
| Hex | D4 | 6A | F8 | F | 39 | 0 | 3 | 11D | 5B | 45 |
| Octal | 324 | 152 | 370 | 17 | 71 | 0 | 3 | 435 | 133 | 105 |
| Binary | 11010100 | 1101010 | 11111000 | 1111 | 111001 | 0 | 11 | 100011101 | 1011011 | 1000101 |
Color Harmonies of #D46AF8
Complementary color
Monochromatic Colors of #D46AF8
Black with #D46AF8
Text Example
Text Example
White with #D46AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46AF8; }
p { color: rgb(212,106,248); }
H1.HeaderClassName
{
color: #D46AF8;
}
.AnyTagClassName
{
color: #D46AF8;
}
</style>
background-color css
<style>
a { background-color: #D46AF8; }
a { background-color: rgb(212,106,248); }
div.DivClassName
{
background-color: #D46AF8;
}
.BgClassName
{
background-color: #D46AF8;
}
</style>
border-color css
<style>
span { border-color: #D46AF8; }
span { border-color: rgb(212,106,248); }
td.TdClassName
{
border-color: #D46AF8;
}
.TagClassName
{
border-color: #D46AF8;
}
</style>