Shades of Violet #D689EA
Tints of Violet #D689EA
RGB
CMYK
RGB Variations
Color information
#D689EA (or 0xD689EA) is known color: Violet. HEX triplet: D6, 89 and EA. RGB value is (214,137,234). Sum of RGB (Red+Green+Blue) = 214+137+234=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #D689EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D689EA is #297615. Grayscale: #AAAAAA. Windows color (decimal): -2717206 or 15370710. OLE color: 15370710.
HSL color Cylindrical-coordinate representation of color #D689EA: hue angle of 287.63º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D689EA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 137 | 234 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.08 |
| HSL | 287.63º | 0.7% | 0.73% | - |
| HSV(B) | 287.63º | 0.41% | 0.92% | - |
| XYZ | 51.53 | 38.13 | 82.49 | - |
| YUV | 171.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 234 | 0.09 | 0.41 | 0 | 0.08 | 287.63 | 0.7 | 0.73 |
| Hex | D6 | 89 | EA | 9 | 29 | 0 | 8 | 120 | 46 | 49 |
| Octal | 326 | 211 | 352 | 11 | 51 | 0 | 10 | 440 | 106 | 111 |
| Binary | 11010110 | 10001001 | 11101010 | 1001 | 101001 | 0 | 1000 | 100100000 | 1000110 | 1001001 |
Color Harmonies of #D689EA
Complementary color
Monochromatic Colors of #D689EA
Black with #D689EA
Text Example
Text Example
White with #D689EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689EA; }
p { color: rgb(214,137,234); }
H1.HeaderClassName
{
color: #D689EA;
}
.AnyTagClassName
{
color: #D689EA;
}
</style>
background-color css
<style>
a { background-color: #D689EA; }
a { background-color: rgb(214,137,234); }
div.DivClassName
{
background-color: #D689EA;
}
.BgClassName
{
background-color: #D689EA;
}
</style>
border-color css
<style>
span { border-color: #D689EA; }
span { border-color: rgb(214,137,234); }
td.TdClassName
{
border-color: #D689EA;
}
.TagClassName
{
border-color: #D689EA;
}
</style>