Shades of Plum #D58BCE
Tints of Plum #D58BCE
RGB
CMYK
RGB Variations
Color information
#D58BCE (or 0xD58BCE) is known color: Plum. HEX triplet: D5, 8B and CE. RGB value is (213,139,206). Sum of RGB (Red+Green+Blue) = 213+139+206=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BCE is #2A7431. Grayscale: #A8A8A8. Windows color (decimal): -2782258 or 13536213. OLE color: 13536213.
HSL color Cylindrical-coordinate representation of color #D58BCE: hue angle of 305.68º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58BCE is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 206 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.16 |
| HSL | 305.68º | 0.47% | 0.69% | - |
| HSV(B) | 305.68º | 0.35% | 0.84% | - |
| XYZ | 47.81 | 37.07 | 63.03 | - |
| YUV | 168.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 206 | 0 | 0.35 | 0.03 | 0.16 | 305.68 | 0.47 | 0.69 |
| Hex | D5 | 8B | CE | 0 | 23 | 3 | 10 | 132 | 2F | 45 |
| Octal | 325 | 213 | 316 | 0 | 43 | 3 | 20 | 462 | 57 | 105 |
| Binary | 11010101 | 10001011 | 11001110 | 0 | 100011 | 11 | 10000 | 100110010 | 101111 | 1000101 |
Color Harmonies of #D58BCE
Complementary color
Monochromatic Colors of #D58BCE
Black with #D58BCE
Text Example
Text Example
White with #D58BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BCE; }
p { color: rgb(213,139,206); }
H1.HeaderClassName
{
color: #D58BCE;
}
.AnyTagClassName
{
color: #D58BCE;
}
</style>
background-color css
<style>
a { background-color: #D58BCE; }
a { background-color: rgb(213,139,206); }
div.DivClassName
{
background-color: #D58BCE;
}
.BgClassName
{
background-color: #D58BCE;
}
</style>
border-color css
<style>
span { border-color: #D58BCE; }
span { border-color: rgb(213,139,206); }
td.TdClassName
{
border-color: #D58BCE;
}
.TagClassName
{
border-color: #D58BCE;
}
</style>