Shades of Violet #D685E8
Tints of Violet #D685E8
RGB
CMYK
RGB Variations
Color information
#D685E8 (or 0xD685E8) is known color: Violet. HEX triplet: D6, 85 and E8. RGB value is (214,133,232). Sum of RGB (Red+Green+Blue) = 214+133+232=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #D685E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685E8 is #297A17. Grayscale: #A8A8A8. Windows color (decimal): -2718232 or 15238614. OLE color: 15238614.
HSL color Cylindrical-coordinate representation of color #D685E8: hue angle of 289.09º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D685E8 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 133 | 232 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.09 |
| HSL | 289.09º | 0.68% | 0.72% | - |
| HSV(B) | 289.09º | 0.43% | 0.91% | - |
| XYZ | 50.68 | 36.9 | 80.79 | - |
| YUV | 168.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 232 | 0.08 | 0.43 | 0 | 0.09 | 289.09 | 0.68 | 0.72 |
| Hex | D6 | 85 | E8 | 8 | 2B | 0 | 9 | 121 | 44 | 48 |
| Octal | 326 | 205 | 350 | 10 | 53 | 0 | 11 | 441 | 104 | 110 |
| Binary | 11010110 | 10000101 | 11101000 | 1000 | 101011 | 0 | 1001 | 100100001 | 1000100 | 1001000 |
Color Harmonies of #D685E8
Complementary color
Monochromatic Colors of #D685E8
Black with #D685E8
Text Example
Text Example
White with #D685E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685E8; }
p { color: rgb(214,133,232); }
H1.HeaderClassName
{
color: #D685E8;
}
.AnyTagClassName
{
color: #D685E8;
}
</style>
background-color css
<style>
a { background-color: #D685E8; }
a { background-color: rgb(214,133,232); }
div.DivClassName
{
background-color: #D685E8;
}
.BgClassName
{
background-color: #D685E8;
}
</style>
border-color css
<style>
span { border-color: #D685E8; }
span { border-color: rgb(214,133,232); }
td.TdClassName
{
border-color: #D685E8;
}
.TagClassName
{
border-color: #D685E8;
}
</style>