Shades of Violet #D688EA
Tints of Violet #D688EA
RGB
CMYK
RGB Variations
Color information
#D688EA (or 0xD688EA) is known color: Violet. HEX triplet: D6, 88 and EA. RGB value is (214,136,234). Sum of RGB (Red+Green+Blue) = 214+136+234=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #D688EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D688EA is #297715. Grayscale: #AAAAAA. Windows color (decimal): -2717462 or 15370454. OLE color: 15370454.
HSL color Cylindrical-coordinate representation of color #D688EA: hue angle of 287.76º degrees, saturation: 0.7, 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 #D688EA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 136 | 234 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.08 |
| HSL | 287.76º | 0.7% | 0.73% | - |
| HSV(B) | 287.76º | 0.42% | 0.92% | - |
| XYZ | 51.39 | 37.84 | 82.44 | - |
| YUV | 170.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 234 | 0.09 | 0.42 | 0 | 0.08 | 287.76 | 0.7 | 0.73 |
| Hex | D6 | 88 | EA | 9 | 2A | 0 | 8 | 120 | 46 | 49 |
| Octal | 326 | 210 | 352 | 11 | 52 | 0 | 10 | 440 | 106 | 111 |
| Binary | 11010110 | 10001000 | 11101010 | 1001 | 101010 | 0 | 1000 | 100100000 | 1000110 | 1001001 |
Color Harmonies of #D688EA
Complementary color
Monochromatic Colors of #D688EA
Black with #D688EA
Text Example
Text Example
White with #D688EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688EA; }
p { color: rgb(214,136,234); }
H1.HeaderClassName
{
color: #D688EA;
}
.AnyTagClassName
{
color: #D688EA;
}
</style>
background-color css
<style>
a { background-color: #D688EA; }
a { background-color: rgb(214,136,234); }
div.DivClassName
{
background-color: #D688EA;
}
.BgClassName
{
background-color: #D688EA;
}
</style>
border-color css
<style>
span { border-color: #D688EA; }
span { border-color: rgb(214,136,234); }
td.TdClassName
{
border-color: #D688EA;
}
.TagClassName
{
border-color: #D688EA;
}
</style>