Shades of Heliotrope #D286F2
Tints of Heliotrope #D286F2
RGB
CMYK
RGB Variations
Color information
#D286F2 (or 0xD286F2) is known color: Heliotrope. HEX triplet: D2, 86 and F2. RGB value is (210,134,242). Sum of RGB (Red+Green+Blue) = 210+134+242=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #D286F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D286F2 is #2D790D. Grayscale: #A8A8A8. Windows color (decimal): -2980110 or 15894226. OLE color: 15894226.
HSL color Cylindrical-coordinate representation of color #D286F2: hue angle of 282.22º 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 #D286F2 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 134 | 242 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.05 |
| HSL | 282.22º | 0.81% | 0.74% | - |
| HSV(B) | 282.22º | 0.45% | 0.95% | - |
| XYZ | 51.13 | 37.16 | 88.48 | - |
| YUV | 169.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 242 | 0.13 | 0.45 | 0 | 0.05 | 282.22 | 0.81 | 0.74 |
| Hex | D2 | 86 | F2 | D | 2D | 0 | 5 | 11A | 51 | 4A |
| Octal | 322 | 206 | 362 | 15 | 55 | 0 | 5 | 432 | 121 | 112 |
| Binary | 11010010 | 10000110 | 11110010 | 1101 | 101101 | 0 | 101 | 100011010 | 1010001 | 1001010 |
Color Harmonies of #D286F2
Complementary color
Monochromatic Colors of #D286F2
Black with #D286F2
Text Example
Text Example
White with #D286F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286F2; }
p { color: rgb(210,134,242); }
H1.HeaderClassName
{
color: #D286F2;
}
.AnyTagClassName
{
color: #D286F2;
}
</style>
background-color css
<style>
a { background-color: #D286F2; }
a { background-color: rgb(210,134,242); }
div.DivClassName
{
background-color: #D286F2;
}
.BgClassName
{
background-color: #D286F2;
}
</style>
border-color css
<style>
span { border-color: #D286F2; }
span { border-color: rgb(210,134,242); }
td.TdClassName
{
border-color: #D286F2;
}
.TagClassName
{
border-color: #D286F2;
}
</style>