Shades of Plum #DD97D4
Tints of Plum #DD97D4
RGB
CMYK
RGB Variations
Color information
#DD97D4 (or 0xDD97D4) is known color: Plum. HEX triplet: DD, 97 and D4. RGB value is (221,151,212). Sum of RGB (Red+Green+Blue) = 221+151+212=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97D4 is #22682B. Grayscale: #B2B2B2. Windows color (decimal): -2254892 or 13932509. OLE color: 13932509.
HSL color Cylindrical-coordinate representation of color #DD97D4: hue angle of 307.71º 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 #DD97D4 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 212 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.13 |
| HSL | 307.71º | 0.51% | 0.73% | - |
| HSV(B) | 307.71º | 0.32% | 0.87% | - |
| XYZ | 52.77 | 42.26 | 67.66 | - |
| YUV | 178.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 212 | 0 | 0.32 | 0.04 | 0.13 | 307.71 | 0.51 | 0.73 |
| Hex | DD | 97 | D4 | 0 | 20 | 4 | D | 134 | 33 | 49 |
| Octal | 335 | 227 | 324 | 0 | 40 | 4 | 15 | 464 | 63 | 111 |
| Binary | 11011101 | 10010111 | 11010100 | 0 | 100000 | 100 | 1101 | 100110100 | 110011 | 1001001 |
Color Harmonies of #DD97D4
Complementary color
Monochromatic Colors of #DD97D4
Black with #DD97D4
Text Example
Text Example
White with #DD97D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97D4; }
p { color: rgb(221,151,212); }
H1.HeaderClassName
{
color: #DD97D4;
}
.AnyTagClassName
{
color: #DD97D4;
}
</style>
background-color css
<style>
a { background-color: #DD97D4; }
a { background-color: rgb(221,151,212); }
div.DivClassName
{
background-color: #DD97D4;
}
.BgClassName
{
background-color: #DD97D4;
}
</style>
border-color css
<style>
span { border-color: #DD97D4; }
span { border-color: rgb(221,151,212); }
td.TdClassName
{
border-color: #DD97D4;
}
.TagClassName
{
border-color: #DD97D4;
}
</style>