Shades of Plum #D58CCF
Tints of Plum #D58CCF
RGB
CMYK
RGB Variations
Color information
#D58CCF (or 0xD58CCF) is known color: Plum. HEX triplet: D5, 8C and CF. RGB value is (213,140,207). Sum of RGB (Red+Green+Blue) = 213+140+207=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CCF is #2A7330. Grayscale: #A9A9A9. Windows color (decimal): -2782001 or 13602005. OLE color: 13602005.
HSL color Cylindrical-coordinate representation of color #D58CCF: hue angle of 304.93º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58CCF is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 207 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.16 |
| HSL | 304.93º | 0.46% | 0.69% | - |
| HSV(B) | 304.93º | 0.34% | 0.84% | - |
| XYZ | 48.08 | 37.41 | 63.72 | - |
| YUV | 169.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 207 | 0 | 0.34 | 0.03 | 0.16 | 304.93 | 0.46 | 0.69 |
| Hex | D5 | 8C | CF | 0 | 22 | 3 | 10 | 131 | 2E | 45 |
| Octal | 325 | 214 | 317 | 0 | 42 | 3 | 20 | 461 | 56 | 105 |
| Binary | 11010101 | 10001100 | 11001111 | 0 | 100010 | 11 | 10000 | 100110001 | 101110 | 1000101 |
Color Harmonies of #D58CCF
Complementary color
Monochromatic Colors of #D58CCF
Black with #D58CCF
Text Example
Text Example
White with #D58CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CCF; }
p { color: rgb(213,140,207); }
H1.HeaderClassName
{
color: #D58CCF;
}
.AnyTagClassName
{
color: #D58CCF;
}
</style>
background-color css
<style>
a { background-color: #D58CCF; }
a { background-color: rgb(213,140,207); }
div.DivClassName
{
background-color: #D58CCF;
}
.BgClassName
{
background-color: #D58CCF;
}
</style>
border-color css
<style>
span { border-color: #D58CCF; }
span { border-color: rgb(213,140,207); }
td.TdClassName
{
border-color: #D58CCF;
}
.TagClassName
{
border-color: #D58CCF;
}
</style>