Shades of Plum #DD94CE
Tints of Plum #DD94CE
RGB
CMYK
RGB Variations
Color information
#DD94CE (or 0xDD94CE) is known color: Plum. HEX triplet: DD, 94 and CE. RGB value is (221,148,206). Sum of RGB (Red+Green+Blue) = 221+148+206=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94CE is #226B31. Grayscale: #B0B0B0. Windows color (decimal): -2255666 or 13538525. OLE color: 13538525.
HSL color Cylindrical-coordinate representation of color #DD94CE: hue angle of 312.33º 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 #DD94CE is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 206 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.13 |
| HSL | 312.33º | 0.52% | 0.72% | - |
| HSV(B) | 312.33º | 0.33% | 0.87% | - |
| XYZ | 51.55 | 41.01 | 63.59 | - |
| YUV | 176.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 206 | 0 | 0.33 | 0.07 | 0.13 | 312.33 | 0.52 | 0.72 |
| Hex | DD | 94 | CE | 0 | 21 | 7 | D | 138 | 34 | 48 |
| Octal | 335 | 224 | 316 | 0 | 41 | 7 | 15 | 470 | 64 | 110 |
| Binary | 11011101 | 10010100 | 11001110 | 0 | 100001 | 111 | 1101 | 100111000 | 110100 | 1001000 |
Color Harmonies of #DD94CE
Complementary color
Monochromatic Colors of #DD94CE
Black with #DD94CE
Text Example
Text Example
White with #DD94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94CE; }
p { color: rgb(221,148,206); }
H1.HeaderClassName
{
color: #DD94CE;
}
.AnyTagClassName
{
color: #DD94CE;
}
</style>
background-color css
<style>
a { background-color: #DD94CE; }
a { background-color: rgb(221,148,206); }
div.DivClassName
{
background-color: #DD94CE;
}
.BgClassName
{
background-color: #DD94CE;
}
</style>
border-color css
<style>
span { border-color: #DD94CE; }
span { border-color: rgb(221,148,206); }
td.TdClassName
{
border-color: #DD94CE;
}
.TagClassName
{
border-color: #DD94CE;
}
</style>