Shades of Plum #DD90CF
Tints of Plum #DD90CF
RGB
CMYK
RGB Variations
Color information
#DD90CF (or 0xDD90CF) is known color: Plum. HEX triplet: DD, 90 and CF. RGB value is (221,144,207). Sum of RGB (Red+Green+Blue) = 221+144+207=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90CF is #226F30. Grayscale: #AEAEAE. Windows color (decimal): -2256689 or 13603037. OLE color: 13603037.
HSL color Cylindrical-coordinate representation of color #DD90CF: hue angle of 310.91º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD90CF is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 207 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.13 |
| HSL | 310.91º | 0.53% | 0.72% | - |
| HSV(B) | 310.91º | 0.35% | 0.87% | - |
| XYZ | 51.05 | 39.82 | 64.03 | - |
| YUV | 174.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 207 | 0 | 0.35 | 0.06 | 0.13 | 310.91 | 0.53 | 0.72 |
| Hex | DD | 90 | CF | 0 | 23 | 6 | D | 137 | 35 | 48 |
| Octal | 335 | 220 | 317 | 0 | 43 | 6 | 15 | 467 | 65 | 110 |
| Binary | 11011101 | 10010000 | 11001111 | 0 | 100011 | 110 | 1101 | 100110111 | 110101 | 1001000 |
Color Harmonies of #DD90CF
Complementary color
Monochromatic Colors of #DD90CF
Black with #DD90CF
Text Example
Text Example
White with #DD90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90CF; }
p { color: rgb(221,144,207); }
H1.HeaderClassName
{
color: #DD90CF;
}
.AnyTagClassName
{
color: #DD90CF;
}
</style>
background-color css
<style>
a { background-color: #DD90CF; }
a { background-color: rgb(221,144,207); }
div.DivClassName
{
background-color: #DD90CF;
}
.BgClassName
{
background-color: #DD90CF;
}
</style>
border-color css
<style>
span { border-color: #DD90CF; }
span { border-color: rgb(221,144,207); }
td.TdClassName
{
border-color: #DD90CF;
}
.TagClassName
{
border-color: #DD90CF;
}
</style>