Shades of Heliotrope #D684F2
Tints of Heliotrope #D684F2
RGB
CMYK
RGB Variations
Color information
#D684F2 (or 0xD684F2) is known color: Heliotrope. HEX triplet: D6, 84 and F2. RGB value is (214,132,242). Sum of RGB (Red+Green+Blue) = 214+132+242=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 132 (51.95% from 255 or 22.45% 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 #D684F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D684F2 is #297B0D. Grayscale: #A8A8A8. Windows color (decimal): -2718478 or 15893718. OLE color: 15893718.
HSL color Cylindrical-coordinate representation of color #D684F2: hue angle of 284.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D684F2 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 132 | 242 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.05 |
| HSL | 284.73º | 0.81% | 0.73% | - |
| HSV(B) | 284.73º | 0.45% | 0.95% | - |
| XYZ | 52.01 | 37.21 | 88.45 | - |
| YUV | 169.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 242 | 0.12 | 0.45 | 0 | 0.05 | 284.73 | 0.81 | 0.73 |
| Hex | D6 | 84 | F2 | C | 2D | 0 | 5 | 11D | 51 | 49 |
| Octal | 326 | 204 | 362 | 14 | 55 | 0 | 5 | 435 | 121 | 111 |
| Binary | 11010110 | 10000100 | 11110010 | 1100 | 101101 | 0 | 101 | 100011101 | 1010001 | 1001001 |
Color Harmonies of #D684F2
Complementary color
Monochromatic Colors of #D684F2
Black with #D684F2
Text Example
Text Example
White with #D684F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684F2; }
p { color: rgb(214,132,242); }
H1.HeaderClassName
{
color: #D684F2;
}
.AnyTagClassName
{
color: #D684F2;
}
</style>
background-color css
<style>
a { background-color: #D684F2; }
a { background-color: rgb(214,132,242); }
div.DivClassName
{
background-color: #D684F2;
}
.BgClassName
{
background-color: #D684F2;
}
</style>
border-color css
<style>
span { border-color: #D684F2; }
span { border-color: rgb(214,132,242); }
td.TdClassName
{
border-color: #D684F2;
}
.TagClassName
{
border-color: #D684F2;
}
</style>