Shades of Violet #D689EB
Tints of Violet #D689EB
RGB
CMYK
RGB Variations
Color information
#D689EB (or 0xD689EB) is known color: Violet. HEX triplet: D6, 89 and EB. RGB value is (214,137,235). Sum of RGB (Red+Green+Blue) = 214+137+235=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 137 (53.91% from 255 or 23.38% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #D689EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D689EB is #297614. Grayscale: #AAAAAA. Windows color (decimal): -2717205 or 15436246. OLE color: 15436246.
HSL color Cylindrical-coordinate representation of color #D689EB: hue angle of 287.14º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D689EB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 137 | 235 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.08 |
| HSL | 287.14º | 0.71% | 0.73% | - |
| HSV(B) | 287.14º | 0.42% | 0.92% | - |
| XYZ | 51.67 | 38.19 | 83.24 | - |
| YUV | 171.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 235 | 0.09 | 0.42 | 0 | 0.08 | 287.14 | 0.71 | 0.73 |
| Hex | D6 | 89 | EB | 9 | 2A | 0 | 8 | 11F | 47 | 49 |
| Octal | 326 | 211 | 353 | 11 | 52 | 0 | 10 | 437 | 107 | 111 |
| Binary | 11010110 | 10001001 | 11101011 | 1001 | 101010 | 0 | 1000 | 100011111 | 1000111 | 1001001 |
Color Harmonies of #D689EB
Complementary color
Monochromatic Colors of #D689EB
Black with #D689EB
Text Example
Text Example
White with #D689EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689EB; }
p { color: rgb(214,137,235); }
H1.HeaderClassName
{
color: #D689EB;
}
.AnyTagClassName
{
color: #D689EB;
}
</style>
background-color css
<style>
a { background-color: #D689EB; }
a { background-color: rgb(214,137,235); }
div.DivClassName
{
background-color: #D689EB;
}
.BgClassName
{
background-color: #D689EB;
}
</style>
border-color css
<style>
span { border-color: #D689EB; }
span { border-color: rgb(214,137,235); }
td.TdClassName
{
border-color: #D689EB;
}
.TagClassName
{
border-color: #D689EB;
}
</style>