Shades of Plum #D58CCE
Tints of Plum #D58CCE
RGB
CMYK
RGB Variations
Color information
#D58CCE (or 0xD58CCE) is known color: Plum. HEX triplet: D5, 8C and CE. RGB value is (213,140,206). Sum of RGB (Red+Green+Blue) = 213+140+206=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CCE is #2A7331. Grayscale: #A9A9A9. Windows color (decimal): -2782002 or 13536469. OLE color: 13536469.
HSL color Cylindrical-coordinate representation of color #D58CCE: hue angle of 305.75º 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 #D58CCE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 206 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.16 |
| HSL | 305.75º | 0.46% | 0.69% | - |
| HSV(B) | 305.75º | 0.34% | 0.84% | - |
| XYZ | 47.96 | 37.36 | 63.08 | - |
| YUV | 169.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 206 | 0 | 0.34 | 0.03 | 0.16 | 305.75 | 0.46 | 0.69 |
| Hex | D5 | 8C | CE | 0 | 22 | 3 | 10 | 132 | 2E | 45 |
| Octal | 325 | 214 | 316 | 0 | 42 | 3 | 20 | 462 | 56 | 105 |
| Binary | 11010101 | 10001100 | 11001110 | 0 | 100010 | 11 | 10000 | 100110010 | 101110 | 1000101 |
Color Harmonies of #D58CCE
Complementary color
Monochromatic Colors of #D58CCE
Black with #D58CCE
Text Example
Text Example
White with #D58CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CCE; }
p { color: rgb(213,140,206); }
H1.HeaderClassName
{
color: #D58CCE;
}
.AnyTagClassName
{
color: #D58CCE;
}
</style>
background-color css
<style>
a { background-color: #D58CCE; }
a { background-color: rgb(213,140,206); }
div.DivClassName
{
background-color: #D58CCE;
}
.BgClassName
{
background-color: #D58CCE;
}
</style>
border-color css
<style>
span { border-color: #D58CCE; }
span { border-color: rgb(213,140,206); }
td.TdClassName
{
border-color: #D58CCE;
}
.TagClassName
{
border-color: #D58CCE;
}
</style>