Shades of Plum #DD97D5
Tints of Plum #DD97D5
RGB
CMYK
RGB Variations
Color information
#DD97D5 (or 0xDD97D5) is known color: Plum. HEX triplet: DD, 97 and D5. RGB value is (221,151,213). Sum of RGB (Red+Green+Blue) = 221+151+213=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97D5 is #22682A. Grayscale: #B2B2B2. Windows color (decimal): -2254891 or 13998045. OLE color: 13998045.
HSL color Cylindrical-coordinate representation of color #DD97D5: hue angle of 306.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD97D5 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 213 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.13 |
| HSL | 306.86º | 0.51% | 0.73% | - |
| HSV(B) | 306.86º | 0.32% | 0.87% | - |
| XYZ | 52.9 | 42.31 | 68.33 | - |
| YUV | 179 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 213 | 0 | 0.32 | 0.04 | 0.13 | 306.86 | 0.51 | 0.73 |
| Hex | DD | 97 | D5 | 0 | 20 | 4 | D | 133 | 33 | 49 |
| Octal | 335 | 227 | 325 | 0 | 40 | 4 | 15 | 463 | 63 | 111 |
| Binary | 11011101 | 10010111 | 11010101 | 0 | 100000 | 100 | 1101 | 100110011 | 110011 | 1001001 |
Color Harmonies of #DD97D5
Complementary color
Monochromatic Colors of #DD97D5
Black with #DD97D5
Text Example
Text Example
White with #DD97D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97D5; }
p { color: rgb(221,151,213); }
H1.HeaderClassName
{
color: #DD97D5;
}
.AnyTagClassName
{
color: #DD97D5;
}
</style>
background-color css
<style>
a { background-color: #DD97D5; }
a { background-color: rgb(221,151,213); }
div.DivClassName
{
background-color: #DD97D5;
}
.BgClassName
{
background-color: #DD97D5;
}
</style>
border-color css
<style>
span { border-color: #DD97D5; }
span { border-color: rgb(221,151,213); }
td.TdClassName
{
border-color: #DD97D5;
}
.TagClassName
{
border-color: #DD97D5;
}
</style>