Shades of Violet #D585E5
Tints of Violet #D585E5
RGB
CMYK
RGB Variations
Color information
#D585E5 (or 0xD585E5) is known color: Violet. HEX triplet: D5, 85 and E5. RGB value is (213,133,229). Sum of RGB (Red+Green+Blue) = 213+133+229=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #D585E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585E5 is #2A7A1A. Grayscale: #A7A7A7. Windows color (decimal): -2783771 or 15042005. OLE color: 15042005.
HSL color Cylindrical-coordinate representation of color #D585E5: hue angle of 290º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D585E5 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 133 | 229 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.10 |
| HSL | 290º | 0.65% | 0.71% | - |
| HSV(B) | 290º | 0.42% | 0.9% | - |
| XYZ | 49.97 | 36.58 | 78.56 | - |
| YUV | 167.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 229 | 0.07 | 0.42 | 0 | 0.10 | 290 | 0.65 | 0.71 |
| Hex | D5 | 85 | E5 | 7 | 2A | 0 | A | 122 | 41 | 47 |
| Octal | 325 | 205 | 345 | 7 | 52 | 0 | 12 | 442 | 101 | 107 |
| Binary | 11010101 | 10000101 | 11100101 | 111 | 101010 | 0 | 1010 | 100100010 | 1000001 | 1000111 |
Color Harmonies of #D585E5
Complementary color
Monochromatic Colors of #D585E5
Black with #D585E5
Text Example
Text Example
White with #D585E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585E5; }
p { color: rgb(213,133,229); }
H1.HeaderClassName
{
color: #D585E5;
}
.AnyTagClassName
{
color: #D585E5;
}
</style>
background-color css
<style>
a { background-color: #D585E5; }
a { background-color: rgb(213,133,229); }
div.DivClassName
{
background-color: #D585E5;
}
.BgClassName
{
background-color: #D585E5;
}
</style>
border-color css
<style>
span { border-color: #D585E5; }
span { border-color: rgb(213,133,229); }
td.TdClassName
{
border-color: #D585E5;
}
.TagClassName
{
border-color: #D585E5;
}
</style>