Shades of Heliotrope #D482F4
Tints of Heliotrope #D482F4
RGB
CMYK
RGB Variations
Color information
#D482F4 (or 0xD482F4) is known color: Heliotrope. HEX triplet: D4, 82 and F4. RGB value is (212,130,244). Sum of RGB (Red+Green+Blue) = 212+130+244=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #D482F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482F4 is #2B7D0B. Grayscale: #A7A7A7. Windows color (decimal): -2850060 or 16024276. OLE color: 16024276.
HSL color Cylindrical-coordinate representation of color #D482F4: hue angle of 283.16º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D482F4 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 130 | 244 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.04 |
| HSL | 283.16º | 0.84% | 0.73% | - |
| HSV(B) | 283.16º | 0.47% | 0.96% | - |
| XYZ | 51.46 | 36.49 | 89.92 | - |
| YUV | 167.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 244 | 0.13 | 0.47 | 0 | 0.04 | 283.16 | 0.84 | 0.73 |
| Hex | D4 | 82 | F4 | D | 2F | 0 | 4 | 11B | 54 | 49 |
| Octal | 324 | 202 | 364 | 15 | 57 | 0 | 4 | 433 | 124 | 111 |
| Binary | 11010100 | 10000010 | 11110100 | 1101 | 101111 | 0 | 100 | 100011011 | 1010100 | 1001001 |
Color Harmonies of #D482F4
Complementary color
Monochromatic Colors of #D482F4
Black with #D482F4
Text Example
Text Example
White with #D482F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D482F4; }
p { color: rgb(212,130,244); }
H1.HeaderClassName
{
color: #D482F4;
}
.AnyTagClassName
{
color: #D482F4;
}
</style>
background-color css
<style>
a { background-color: #D482F4; }
a { background-color: rgb(212,130,244); }
div.DivClassName
{
background-color: #D482F4;
}
.BgClassName
{
background-color: #D482F4;
}
</style>
border-color css
<style>
span { border-color: #D482F4; }
span { border-color: rgb(212,130,244); }
td.TdClassName
{
border-color: #D482F4;
}
.TagClassName
{
border-color: #D482F4;
}
</style>