Shades of Plum #D598E1
Tints of Plum #D598E1
RGB
CMYK
RGB Variations
Color information
#D598E1 (or 0xD598E1) is known color: Plum. HEX triplet: D5, 98 and E1. RGB value is (213,152,225). Sum of RGB (Red+Green+Blue) = 213+152+225=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #D598E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598E1 is #2A671E. Grayscale: #B2B2B2. Windows color (decimal): -2778911 or 14784725. OLE color: 14784725.
HSL color Cylindrical-coordinate representation of color #D598E1: hue angle of 290.14º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D598E1 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 152 | 225 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.12 |
| HSL | 290.14º | 0.55% | 0.74% | - |
| HSV(B) | 290.14º | 0.32% | 0.88% | - |
| XYZ | 52.26 | 42.04 | 76.59 | - |
| YUV | 178.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 225 | 0.05 | 0.32 | 0 | 0.12 | 290.14 | 0.55 | 0.74 |
| Hex | D5 | 98 | E1 | 5 | 20 | 0 | C | 122 | 37 | 4A |
| Octal | 325 | 230 | 341 | 5 | 40 | 0 | 14 | 442 | 67 | 112 |
| Binary | 11010101 | 10011000 | 11100001 | 101 | 100000 | 0 | 1100 | 100100010 | 110111 | 1001010 |
Color Harmonies of #D598E1
Complementary color
Monochromatic Colors of #D598E1
Black with #D598E1
Text Example
Text Example
White with #D598E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598E1; }
p { color: rgb(213,152,225); }
H1.HeaderClassName
{
color: #D598E1;
}
.AnyTagClassName
{
color: #D598E1;
}
</style>
background-color css
<style>
a { background-color: #D598E1; }
a { background-color: rgb(213,152,225); }
div.DivClassName
{
background-color: #D598E1;
}
.BgClassName
{
background-color: #D598E1;
}
</style>
border-color css
<style>
span { border-color: #D598E1; }
span { border-color: rgb(213,152,225); }
td.TdClassName
{
border-color: #D598E1;
}
.TagClassName
{
border-color: #D598E1;
}
</style>