Shades of Violet #D785E8
Tints of Violet #D785E8
RGB
CMYK
RGB Variations
Color information
#D785E8 (or 0xD785E8) is known color: Violet. HEX triplet: D7, 85 and E8. RGB value is (215,133,232). Sum of RGB (Red+Green+Blue) = 215+133+232=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #D785E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D785E8 is #287A17. Grayscale: #A8A8A8. Windows color (decimal): -2652696 or 15238615. OLE color: 15238615.
HSL color Cylindrical-coordinate representation of color #D785E8: hue angle of 289.7º 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 #D785E8 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 133 | 232 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.09 |
| HSL | 289.7º | 0.68% | 0.72% | - |
| HSV(B) | 289.7º | 0.43% | 0.91% | - |
| XYZ | 50.98 | 37.05 | 80.81 | - |
| YUV | 168.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 232 | 0.07 | 0.43 | 0 | 0.09 | 289.7 | 0.68 | 0.72 |
| Hex | D7 | 85 | E8 | 7 | 2B | 0 | 9 | 122 | 44 | 48 |
| Octal | 327 | 205 | 350 | 7 | 53 | 0 | 11 | 442 | 104 | 110 |
| Binary | 11010111 | 10000101 | 11101000 | 111 | 101011 | 0 | 1001 | 100100010 | 1000100 | 1001000 |
Color Harmonies of #D785E8
Complementary color
Monochromatic Colors of #D785E8
Black with #D785E8
Text Example
Text Example
White with #D785E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785E8; }
p { color: rgb(215,133,232); }
H1.HeaderClassName
{
color: #D785E8;
}
.AnyTagClassName
{
color: #D785E8;
}
</style>
background-color css
<style>
a { background-color: #D785E8; }
a { background-color: rgb(215,133,232); }
div.DivClassName
{
background-color: #D785E8;
}
.BgClassName
{
background-color: #D785E8;
}
</style>
border-color css
<style>
span { border-color: #D785E8; }
span { border-color: rgb(215,133,232); }
td.TdClassName
{
border-color: #D785E8;
}
.TagClassName
{
border-color: #D785E8;
}
</style>