Shades of Plum #D598DC
Tints of Plum #D598DC
RGB
CMYK
RGB Variations
Color information
#D598DC (or 0xD598DC) is known color: Plum. HEX triplet: D5, 98 and DC. RGB value is (213,152,220). Sum of RGB (Red+Green+Blue) = 213+152+220=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D598DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598DC is #2A6723. Grayscale: #B1B1B1. Windows color (decimal): -2778916 or 14457045. OLE color: 14457045.
HSL color Cylindrical-coordinate representation of color #D598DC: hue angle of 293.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D598DC is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 152 | 220 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.14 |
| HSL | 293.82º | 0.49% | 0.73% | - |
| HSV(B) | 293.82º | 0.31% | 0.86% | - |
| XYZ | 51.59 | 41.77 | 73.05 | - |
| YUV | 177.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 220 | 0.03 | 0.31 | 0 | 0.14 | 293.82 | 0.49 | 0.73 |
| Hex | D5 | 98 | DC | 3 | 1F | 0 | E | 126 | 31 | 49 |
| Octal | 325 | 230 | 334 | 3 | 37 | 0 | 16 | 446 | 61 | 111 |
| Binary | 11010101 | 10011000 | 11011100 | 11 | 11111 | 0 | 1110 | 100100110 | 110001 | 1001001 |
Color Harmonies of #D598DC
Complementary color
Monochromatic Colors of #D598DC
Black with #D598DC
Text Example
Text Example
White with #D598DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598DC; }
p { color: rgb(213,152,220); }
H1.HeaderClassName
{
color: #D598DC;
}
.AnyTagClassName
{
color: #D598DC;
}
</style>
background-color css
<style>
a { background-color: #D598DC; }
a { background-color: rgb(213,152,220); }
div.DivClassName
{
background-color: #D598DC;
}
.BgClassName
{
background-color: #D598DC;
}
</style>
border-color css
<style>
span { border-color: #D598DC; }
span { border-color: rgb(213,152,220); }
td.TdClassName
{
border-color: #D598DC;
}
.TagClassName
{
border-color: #D598DC;
}
</style>