Shades of Violet #D684E4
Tints of Violet #D684E4
RGB
CMYK
RGB Variations
Color information
#D684E4 (or 0xD684E4) is known color: Violet. HEX triplet: D6, 84 and E4. RGB value is (214,132,228). Sum of RGB (Red+Green+Blue) = 214+132+228=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #D684E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684E4 is #297B1B. Grayscale: #A7A7A7. Windows color (decimal): -2718492 or 14976214. OLE color: 14976214.
HSL color Cylindrical-coordinate representation of color #D684E4: hue angle of 291.25º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D684E4 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 132 | 228 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.11 |
| HSL | 291.25º | 0.64% | 0.71% | - |
| HSV(B) | 291.25º | 0.42% | 0.89% | - |
| XYZ | 49.99 | 36.4 | 77.79 | - |
| YUV | 167.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 228 | 0.06 | 0.42 | 0 | 0.11 | 291.25 | 0.64 | 0.71 |
| Hex | D6 | 84 | E4 | 6 | 2A | 0 | B | 123 | 40 | 47 |
| Octal | 326 | 204 | 344 | 6 | 52 | 0 | 13 | 443 | 100 | 107 |
| Binary | 11010110 | 10000100 | 11100100 | 110 | 101010 | 0 | 1011 | 100100011 | 1000000 | 1000111 |
Color Harmonies of #D684E4
Complementary color
Monochromatic Colors of #D684E4
Black with #D684E4
Text Example
Text Example
White with #D684E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684E4; }
p { color: rgb(214,132,228); }
H1.HeaderClassName
{
color: #D684E4;
}
.AnyTagClassName
{
color: #D684E4;
}
</style>
background-color css
<style>
a { background-color: #D684E4; }
a { background-color: rgb(214,132,228); }
div.DivClassName
{
background-color: #D684E4;
}
.BgClassName
{
background-color: #D684E4;
}
</style>
border-color css
<style>
span { border-color: #D684E4; }
span { border-color: rgb(214,132,228); }
td.TdClassName
{
border-color: #D684E4;
}
.TagClassName
{
border-color: #D684E4;
}
</style>