Shades of Violet #D585E8
Tints of Violet #D585E8
RGB
CMYK
RGB Variations
Color information
#D585E8 (or 0xD585E8) is known color: Violet. HEX triplet: D5, 85 and E8. RGB value is (213,133,232). Sum of RGB (Red+Green+Blue) = 213+133+232=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #D585E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585E8 is #2A7A17. Grayscale: #A7A7A7. Windows color (decimal): -2783768 or 15238613. OLE color: 15238613.
HSL color Cylindrical-coordinate representation of color #D585E8: hue angle of 288.48º 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 #D585E8 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 133 | 232 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.09 |
| HSL | 288.48º | 0.68% | 0.72% | - |
| HSV(B) | 288.48º | 0.43% | 0.91% | - |
| XYZ | 50.39 | 36.75 | 80.78 | - |
| YUV | 168.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 232 | 0.08 | 0.43 | 0 | 0.09 | 288.48 | 0.68 | 0.72 |
| Hex | D5 | 85 | E8 | 8 | 2B | 0 | 9 | 120 | 44 | 48 |
| Octal | 325 | 205 | 350 | 10 | 53 | 0 | 11 | 440 | 104 | 110 |
| Binary | 11010101 | 10000101 | 11101000 | 1000 | 101011 | 0 | 1001 | 100100000 | 1000100 | 1001000 |
Color Harmonies of #D585E8
Complementary color
Monochromatic Colors of #D585E8
Black with #D585E8
Text Example
Text Example
White with #D585E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585E8; }
p { color: rgb(213,133,232); }
H1.HeaderClassName
{
color: #D585E8;
}
.AnyTagClassName
{
color: #D585E8;
}
</style>
background-color css
<style>
a { background-color: #D585E8; }
a { background-color: rgb(213,133,232); }
div.DivClassName
{
background-color: #D585E8;
}
.BgClassName
{
background-color: #D585E8;
}
</style>
border-color css
<style>
span { border-color: #D585E8; }
span { border-color: rgb(213,133,232); }
td.TdClassName
{
border-color: #D585E8;
}
.TagClassName
{
border-color: #D585E8;
}
</style>