Shades of Plum #D598D1
Tints of Plum #D598D1
RGB
CMYK
RGB Variations
Color information
#D598D1 (or 0xD598D1) is known color: Plum. HEX triplet: D5, 98 and D1. RGB value is (213,152,209). Sum of RGB (Red+Green+Blue) = 213+152+209=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D598D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598D1 is #2A672E. Grayscale: #B0B0B0. Windows color (decimal): -2778927 or 13736149. OLE color: 13736149.
HSL color Cylindrical-coordinate representation of color #D598D1: hue angle of 303.93º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598D1 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 209 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.16 |
| HSL | 303.93º | 0.42% | 0.72% | - |
| HSV(B) | 303.93º | 0.29% | 0.84% | - |
| XYZ | 50.18 | 41.21 | 65.63 | - |
| YUV | 176.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 209 | 0 | 0.29 | 0.02 | 0.16 | 303.93 | 0.42 | 0.72 |
| Hex | D5 | 98 | D1 | 0 | 1D | 2 | 10 | 130 | 2A | 48 |
| Octal | 325 | 230 | 321 | 0 | 35 | 2 | 20 | 460 | 52 | 110 |
| Binary | 11010101 | 10011000 | 11010001 | 0 | 11101 | 10 | 10000 | 100110000 | 101010 | 1001000 |
Color Harmonies of #D598D1
Complementary color
Monochromatic Colors of #D598D1
Black with #D598D1
Text Example
Text Example
White with #D598D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598D1; }
p { color: rgb(213,152,209); }
H1.HeaderClassName
{
color: #D598D1;
}
.AnyTagClassName
{
color: #D598D1;
}
</style>
background-color css
<style>
a { background-color: #D598D1; }
a { background-color: rgb(213,152,209); }
div.DivClassName
{
background-color: #D598D1;
}
.BgClassName
{
background-color: #D598D1;
}
</style>
border-color css
<style>
span { border-color: #D598D1; }
span { border-color: rgb(213,152,209); }
td.TdClassName
{
border-color: #D598D1;
}
.TagClassName
{
border-color: #D598D1;
}
</style>