Shades of Plum #DD97CE
Tints of Plum #DD97CE
RGB
CMYK
RGB Variations
Color information
#DD97CE (or 0xDD97CE) is known color: Plum. HEX triplet: DD, 97 and CE. RGB value is (221,151,206). Sum of RGB (Red+Green+Blue) = 221+151+206=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97CE is #226831. Grayscale: #B2B2B2. Windows color (decimal): -2254898 or 13539293. OLE color: 13539293.
HSL color Cylindrical-coordinate representation of color #DD97CE: hue angle of 312.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 #DD97CE is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 206 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.13 |
| HSL | 312.86º | 0.51% | 0.73% | - |
| HSV(B) | 312.86º | 0.32% | 0.87% | - |
| XYZ | 52.03 | 41.96 | 63.75 | - |
| YUV | 178.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 206 | 0 | 0.32 | 0.07 | 0.13 | 312.86 | 0.51 | 0.73 |
| Hex | DD | 97 | CE | 0 | 20 | 7 | D | 139 | 33 | 49 |
| Octal | 335 | 227 | 316 | 0 | 40 | 7 | 15 | 471 | 63 | 111 |
| Binary | 11011101 | 10010111 | 11001110 | 0 | 100000 | 111 | 1101 | 100111001 | 110011 | 1001001 |
Color Harmonies of #DD97CE
Complementary color
Monochromatic Colors of #DD97CE
Black with #DD97CE
Text Example
Text Example
White with #DD97CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97CE; }
p { color: rgb(221,151,206); }
H1.HeaderClassName
{
color: #DD97CE;
}
.AnyTagClassName
{
color: #DD97CE;
}
</style>
background-color css
<style>
a { background-color: #DD97CE; }
a { background-color: rgb(221,151,206); }
div.DivClassName
{
background-color: #DD97CE;
}
.BgClassName
{
background-color: #DD97CE;
}
</style>
border-color css
<style>
span { border-color: #DD97CE; }
span { border-color: rgb(221,151,206); }
td.TdClassName
{
border-color: #DD97CE;
}
.TagClassName
{
border-color: #DD97CE;
}
</style>