Shades of Plum #DD91D4
Tints of Plum #DD91D4
RGB
CMYK
RGB Variations
Color information
#DD91D4 (or 0xDD91D4) is known color: Plum. HEX triplet: DD, 91 and D4. RGB value is (221,145,212). Sum of RGB (Red+Green+Blue) = 221+145+212=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D4 is #226E2B. Grayscale: #AFAFAF. Windows color (decimal): -2256428 or 13930973. OLE color: 13930973.
HSL color Cylindrical-coordinate representation of color #DD91D4: hue angle of 307.11º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD91D4 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 212 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.13 |
| HSL | 307.11º | 0.53% | 0.72% | - |
| HSV(B) | 307.11º | 0.34% | 0.87% | - |
| XYZ | 51.83 | 40.38 | 67.35 | - |
| YUV | 175.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 212 | 0 | 0.34 | 0.04 | 0.13 | 307.11 | 0.53 | 0.72 |
| Hex | DD | 91 | D4 | 0 | 22 | 4 | D | 133 | 35 | 48 |
| Octal | 335 | 221 | 324 | 0 | 42 | 4 | 15 | 463 | 65 | 110 |
| Binary | 11011101 | 10010001 | 11010100 | 0 | 100010 | 100 | 1101 | 100110011 | 110101 | 1001000 |
Color Harmonies of #DD91D4
Complementary color
Monochromatic Colors of #DD91D4
Black with #DD91D4
Text Example
Text Example
White with #DD91D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91D4; }
p { color: rgb(221,145,212); }
H1.HeaderClassName
{
color: #DD91D4;
}
.AnyTagClassName
{
color: #DD91D4;
}
</style>
background-color css
<style>
a { background-color: #DD91D4; }
a { background-color: rgb(221,145,212); }
div.DivClassName
{
background-color: #DD91D4;
}
.BgClassName
{
background-color: #DD91D4;
}
</style>
border-color css
<style>
span { border-color: #DD91D4; }
span { border-color: rgb(221,145,212); }
td.TdClassName
{
border-color: #DD91D4;
}
.TagClassName
{
border-color: #DD91D4;
}
</style>