Shades of Heliotrope #D486F2
Tints of Heliotrope #D486F2
RGB
CMYK
RGB Variations
Color information
#D486F2 (or 0xD486F2) is known color: Heliotrope. HEX triplet: D4, 86 and F2. RGB value is (212,134,242). Sum of RGB (Red+Green+Blue) = 212+134+242=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #D486F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486F2 is #2B790D. Grayscale: #A9A9A9. Windows color (decimal): -2849038 or 15894228. OLE color: 15894228.
HSL color Cylindrical-coordinate representation of color #D486F2: hue angle of 283.33º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D486F2 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 134 | 242 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.05 |
| HSL | 283.33º | 0.81% | 0.74% | - |
| HSV(B) | 283.33º | 0.45% | 0.95% | - |
| XYZ | 51.7 | 37.46 | 88.51 | - |
| YUV | 169.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 242 | 0.12 | 0.45 | 0 | 0.05 | 283.33 | 0.81 | 0.74 |
| Hex | D4 | 86 | F2 | C | 2D | 0 | 5 | 11B | 51 | 4A |
| Octal | 324 | 206 | 362 | 14 | 55 | 0 | 5 | 433 | 121 | 112 |
| Binary | 11010100 | 10000110 | 11110010 | 1100 | 101101 | 0 | 101 | 100011011 | 1010001 | 1001010 |
Color Harmonies of #D486F2
Complementary color
Monochromatic Colors of #D486F2
Black with #D486F2
Text Example
Text Example
White with #D486F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D486F2; }
p { color: rgb(212,134,242); }
H1.HeaderClassName
{
color: #D486F2;
}
.AnyTagClassName
{
color: #D486F2;
}
</style>
background-color css
<style>
a { background-color: #D486F2; }
a { background-color: rgb(212,134,242); }
div.DivClassName
{
background-color: #D486F2;
}
.BgClassName
{
background-color: #D486F2;
}
</style>
border-color css
<style>
span { border-color: #D486F2; }
span { border-color: rgb(212,134,242); }
td.TdClassName
{
border-color: #D486F2;
}
.TagClassName
{
border-color: #D486F2;
}
</style>