Shades of Plum #DD97D3
Tints of Plum #DD97D3
RGB
CMYK
RGB Variations
Color information
#DD97D3 (or 0xDD97D3) is known color: Plum. HEX triplet: DD, 97 and D3. RGB value is (221,151,211). Sum of RGB (Red+Green+Blue) = 221+151+211=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97D3 is #22682C. Grayscale: #B2B2B2. Windows color (decimal): -2254893 or 13866973. OLE color: 13866973.
HSL color Cylindrical-coordinate representation of color #DD97D3: hue angle of 308.57º 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 #DD97D3 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 211 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.13 |
| HSL | 308.57º | 0.51% | 0.73% | - |
| HSV(B) | 308.57º | 0.32% | 0.87% | - |
| XYZ | 52.64 | 42.21 | 67 | - |
| YUV | 178.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 211 | 0 | 0.32 | 0.05 | 0.13 | 308.57 | 0.51 | 0.73 |
| Hex | DD | 97 | D3 | 0 | 20 | 5 | D | 135 | 33 | 49 |
| Octal | 335 | 227 | 323 | 0 | 40 | 5 | 15 | 465 | 63 | 111 |
| Binary | 11011101 | 10010111 | 11010011 | 0 | 100000 | 101 | 1101 | 100110101 | 110011 | 1001001 |
Color Harmonies of #DD97D3
Complementary color
Monochromatic Colors of #DD97D3
Black with #DD97D3
Text Example
Text Example
White with #DD97D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97D3; }
p { color: rgb(221,151,211); }
H1.HeaderClassName
{
color: #DD97D3;
}
.AnyTagClassName
{
color: #DD97D3;
}
</style>
background-color css
<style>
a { background-color: #DD97D3; }
a { background-color: rgb(221,151,211); }
div.DivClassName
{
background-color: #DD97D3;
}
.BgClassName
{
background-color: #DD97D3;
}
</style>
border-color css
<style>
span { border-color: #DD97D3; }
span { border-color: rgb(221,151,211); }
td.TdClassName
{
border-color: #DD97D3;
}
.TagClassName
{
border-color: #DD97D3;
}
</style>