Shades of Heliotrope #D482F0
Tints of Heliotrope #D482F0
RGB
CMYK
RGB Variations
Color information
#D482F0 (or 0xD482F0) is known color: Heliotrope. HEX triplet: D4, 82 and F0. RGB value is (212,130,240). Sum of RGB (Red+Green+Blue) = 212+130+240=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #D482F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482F0 is #2B7D0F. Grayscale: #A6A6A6. Windows color (decimal): -2850064 or 15762132. OLE color: 15762132.
HSL color Cylindrical-coordinate representation of color #D482F0: hue angle of 284.73º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D482F0 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 130 | 240 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.06 |
| HSL | 284.73º | 0.79% | 0.73% | - |
| HSV(B) | 284.73º | 0.46% | 0.94% | - |
| XYZ | 50.86 | 36.25 | 86.75 | - |
| YUV | 167.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 240 | 0.12 | 0.46 | 0 | 0.06 | 284.73 | 0.79 | 0.73 |
| Hex | D4 | 82 | F0 | C | 2E | 0 | 6 | 11D | 4F | 49 |
| Octal | 324 | 202 | 360 | 14 | 56 | 0 | 6 | 435 | 117 | 111 |
| Binary | 11010100 | 10000010 | 11110000 | 1100 | 101110 | 0 | 110 | 100011101 | 1001111 | 1001001 |
Color Harmonies of #D482F0
Complementary color
Monochromatic Colors of #D482F0
Black with #D482F0
Text Example
Text Example
White with #D482F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D482F0; }
p { color: rgb(212,130,240); }
H1.HeaderClassName
{
color: #D482F0;
}
.AnyTagClassName
{
color: #D482F0;
}
</style>
background-color css
<style>
a { background-color: #D482F0; }
a { background-color: rgb(212,130,240); }
div.DivClassName
{
background-color: #D482F0;
}
.BgClassName
{
background-color: #D482F0;
}
</style>
border-color css
<style>
span { border-color: #D482F0; }
span { border-color: rgb(212,130,240); }
td.TdClassName
{
border-color: #D482F0;
}
.TagClassName
{
border-color: #D482F0;
}
</style>