Shades of Violet #D584E5
Tints of Violet #D584E5
RGB
CMYK
RGB Variations
Color information
#D584E5 (or 0xD584E5) is known color: Violet. HEX triplet: D5, 84 and E5. RGB value is (213,132,229). Sum of RGB (Red+Green+Blue) = 213+132+229=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #D584E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584E5 is #2A7B1A. Grayscale: #A6A6A6. Windows color (decimal): -2784027 or 15041749. OLE color: 15041749.
HSL color Cylindrical-coordinate representation of color #D584E5: hue angle of 290.1º 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 #D584E5 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 132 | 229 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.10 |
| HSL | 290.1º | 0.65% | 0.71% | - |
| HSV(B) | 290.1º | 0.42% | 0.9% | - |
| XYZ | 49.83 | 36.31 | 78.51 | - |
| YUV | 167.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 229 | 0.07 | 0.42 | 0 | 0.10 | 290.1 | 0.65 | 0.71 |
| Hex | D5 | 84 | E5 | 7 | 2A | 0 | A | 122 | 41 | 47 |
| Octal | 325 | 204 | 345 | 7 | 52 | 0 | 12 | 442 | 101 | 107 |
| Binary | 11010101 | 10000100 | 11100101 | 111 | 101010 | 0 | 1010 | 100100010 | 1000001 | 1000111 |
Color Harmonies of #D584E5
Complementary color
Monochromatic Colors of #D584E5
Black with #D584E5
Text Example
Text Example
White with #D584E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584E5; }
p { color: rgb(213,132,229); }
H1.HeaderClassName
{
color: #D584E5;
}
.AnyTagClassName
{
color: #D584E5;
}
</style>
background-color css
<style>
a { background-color: #D584E5; }
a { background-color: rgb(213,132,229); }
div.DivClassName
{
background-color: #D584E5;
}
.BgClassName
{
background-color: #D584E5;
}
</style>
border-color css
<style>
span { border-color: #D584E5; }
span { border-color: rgb(213,132,229); }
td.TdClassName
{
border-color: #D584E5;
}
.TagClassName
{
border-color: #D584E5;
}
</style>