Shades of Violet #D585E7
Tints of Violet #D585E7
RGB
CMYK
RGB Variations
Color information
#D585E7 (or 0xD585E7) is known color: Violet. HEX triplet: D5, 85 and E7. RGB value is (213,133,231). Sum of RGB (Red+Green+Blue) = 213+133+231=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #D585E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585E7 is #2A7A18. Grayscale: #A7A7A7. Windows color (decimal): -2783769 or 15173077. OLE color: 15173077.
HSL color Cylindrical-coordinate representation of color #D585E7: hue angle of 288.98º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D585E7 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 133 | 231 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.09 |
| HSL | 288.98º | 0.67% | 0.71% | - |
| HSV(B) | 288.98º | 0.42% | 0.91% | - |
| XYZ | 50.25 | 36.69 | 80.03 | - |
| YUV | 168.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 231 | 0.08 | 0.42 | 0 | 0.09 | 288.98 | 0.67 | 0.71 |
| Hex | D5 | 85 | E7 | 8 | 2A | 0 | 9 | 121 | 43 | 47 |
| Octal | 325 | 205 | 347 | 10 | 52 | 0 | 11 | 441 | 103 | 107 |
| Binary | 11010101 | 10000101 | 11100111 | 1000 | 101010 | 0 | 1001 | 100100001 | 1000011 | 1000111 |
Color Harmonies of #D585E7
Complementary color
Monochromatic Colors of #D585E7
Black with #D585E7
Text Example
Text Example
White with #D585E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585E7; }
p { color: rgb(213,133,231); }
H1.HeaderClassName
{
color: #D585E7;
}
.AnyTagClassName
{
color: #D585E7;
}
</style>
background-color css
<style>
a { background-color: #D585E7; }
a { background-color: rgb(213,133,231); }
div.DivClassName
{
background-color: #D585E7;
}
.BgClassName
{
background-color: #D585E7;
}
</style>
border-color css
<style>
span { border-color: #D585E7; }
span { border-color: rgb(213,133,231); }
td.TdClassName
{
border-color: #D585E7;
}
.TagClassName
{
border-color: #D585E7;
}
</style>