Shades of Heliotrope #D689F2
Tints of Heliotrope #D689F2
RGB
CMYK
RGB Variations
Color information
#D689F2 (or 0xD689F2) is known color: Heliotrope. HEX triplet: D6, 89 and F2. RGB value is (214,137,242). Sum of RGB (Red+Green+Blue) = 214+137+242=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #D689F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D689F2 is #29760D. Grayscale: #ABABAB. Windows color (decimal): -2717198 or 15894998. OLE color: 15894998.
HSL color Cylindrical-coordinate representation of color #D689F2: hue angle of 284º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D689F2 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 137 | 242 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.05 |
| HSL | 284º | 0.8% | 0.74% | - |
| HSV(B) | 284º | 0.43% | 0.95% | - |
| XYZ | 52.7 | 38.6 | 88.68 | - |
| YUV | 171.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 242 | 0.12 | 0.43 | 0 | 0.05 | 284 | 0.8 | 0.74 |
| Hex | D6 | 89 | F2 | C | 2B | 0 | 5 | 11C | 50 | 4A |
| Octal | 326 | 211 | 362 | 14 | 53 | 0 | 5 | 434 | 120 | 112 |
| Binary | 11010110 | 10001001 | 11110010 | 1100 | 101011 | 0 | 101 | 100011100 | 1010000 | 1001010 |
Color Harmonies of #D689F2
Complementary color
Monochromatic Colors of #D689F2
Black with #D689F2
Text Example
Text Example
White with #D689F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689F2; }
p { color: rgb(214,137,242); }
H1.HeaderClassName
{
color: #D689F2;
}
.AnyTagClassName
{
color: #D689F2;
}
</style>
background-color css
<style>
a { background-color: #D689F2; }
a { background-color: rgb(214,137,242); }
div.DivClassName
{
background-color: #D689F2;
}
.BgClassName
{
background-color: #D689F2;
}
</style>
border-color css
<style>
span { border-color: #D689F2; }
span { border-color: rgb(214,137,242); }
td.TdClassName
{
border-color: #D689F2;
}
.TagClassName
{
border-color: #D689F2;
}
</style>