Shades of Plum #DD94D3
Tints of Plum #DD94D3
RGB
CMYK
RGB Variations
Color information
#DD94D3 (or 0xDD94D3) is known color: Plum. HEX triplet: DD, 94 and D3. RGB value is (221,148,211). Sum of RGB (Red+Green+Blue) = 221+148+211=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94D3 is #226B2C. Grayscale: #B0B0B0. Windows color (decimal): -2255661 or 13866205. OLE color: 13866205.
HSL color Cylindrical-coordinate representation of color #DD94D3: hue angle of 308.22º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD94D3 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 211 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.13 |
| HSL | 308.22º | 0.52% | 0.72% | - |
| HSV(B) | 308.22º | 0.33% | 0.87% | - |
| XYZ | 52.17 | 41.26 | 66.84 | - |
| YUV | 177.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 211 | 0 | 0.33 | 0.05 | 0.13 | 308.22 | 0.52 | 0.72 |
| Hex | DD | 94 | D3 | 0 | 21 | 5 | D | 134 | 34 | 48 |
| Octal | 335 | 224 | 323 | 0 | 41 | 5 | 15 | 464 | 64 | 110 |
| Binary | 11011101 | 10010100 | 11010011 | 0 | 100001 | 101 | 1101 | 100110100 | 110100 | 1001000 |
Color Harmonies of #DD94D3
Complementary color
Monochromatic Colors of #DD94D3
Black with #DD94D3
Text Example
Text Example
White with #DD94D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94D3; }
p { color: rgb(221,148,211); }
H1.HeaderClassName
{
color: #DD94D3;
}
.AnyTagClassName
{
color: #DD94D3;
}
</style>
background-color css
<style>
a { background-color: #DD94D3; }
a { background-color: rgb(221,148,211); }
div.DivClassName
{
background-color: #DD94D3;
}
.BgClassName
{
background-color: #DD94D3;
}
</style>
border-color css
<style>
span { border-color: #DD94D3; }
span { border-color: rgb(221,148,211); }
td.TdClassName
{
border-color: #DD94D3;
}
.TagClassName
{
border-color: #DD94D3;
}
</style>