Shades of Plum #DD95D4
Tints of Plum #DD95D4
RGB
CMYK
RGB Variations
Color information
#DD95D4 (or 0xDD95D4) is known color: Plum. HEX triplet: DD, 95 and D4. RGB value is (221,149,212). Sum of RGB (Red+Green+Blue) = 221+149+212=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95D4 is #226A2B. Grayscale: #B1B1B1. Windows color (decimal): -2255404 or 13931997. OLE color: 13931997.
HSL color Cylindrical-coordinate representation of color #DD95D4: hue angle of 307.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95D4 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 212 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.13 |
| HSL | 307.5º | 0.51% | 0.73% | - |
| HSV(B) | 307.5º | 0.33% | 0.87% | - |
| XYZ | 52.45 | 41.62 | 67.56 | - |
| YUV | 177.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 212 | 0 | 0.33 | 0.04 | 0.13 | 307.5 | 0.51 | 0.73 |
| Hex | DD | 95 | D4 | 0 | 21 | 4 | D | 134 | 33 | 49 |
| Octal | 335 | 225 | 324 | 0 | 41 | 4 | 15 | 464 | 63 | 111 |
| Binary | 11011101 | 10010101 | 11010100 | 0 | 100001 | 100 | 1101 | 100110100 | 110011 | 1001001 |
Color Harmonies of #DD95D4
Complementary color
Monochromatic Colors of #DD95D4
Black with #DD95D4
Text Example
Text Example
White with #DD95D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95D4; }
p { color: rgb(221,149,212); }
H1.HeaderClassName
{
color: #DD95D4;
}
.AnyTagClassName
{
color: #DD95D4;
}
</style>
background-color css
<style>
a { background-color: #DD95D4; }
a { background-color: rgb(221,149,212); }
div.DivClassName
{
background-color: #DD95D4;
}
.BgClassName
{
background-color: #DD95D4;
}
</style>
border-color css
<style>
span { border-color: #DD95D4; }
span { border-color: rgb(221,149,212); }
td.TdClassName
{
border-color: #DD95D4;
}
.TagClassName
{
border-color: #DD95D4;
}
</style>