Shades of Plum #DD92D4
Tints of Plum #DD92D4
RGB
CMYK
RGB Variations
Color information
#DD92D4 (or 0xDD92D4) is known color: Plum. HEX triplet: DD, 92 and D4. RGB value is (221,146,212). Sum of RGB (Red+Green+Blue) = 221+146+212=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92D4 is #226D2B. Grayscale: #AFAFAF. Windows color (decimal): -2256172 or 13931229. OLE color: 13931229.
HSL color Cylindrical-coordinate representation of color #DD92D4: hue angle of 307.2º degrees, saturation: 0.52, 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 #DD92D4 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 212 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.13 |
| HSL | 307.2º | 0.52% | 0.72% | - |
| HSV(B) | 307.2º | 0.34% | 0.87% | - |
| XYZ | 51.98 | 40.68 | 67.4 | - |
| YUV | 175.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 212 | 0 | 0.34 | 0.04 | 0.13 | 307.2 | 0.52 | 0.72 |
| Hex | DD | 92 | D4 | 0 | 22 | 4 | D | 133 | 34 | 48 |
| Octal | 335 | 222 | 324 | 0 | 42 | 4 | 15 | 463 | 64 | 110 |
| Binary | 11011101 | 10010010 | 11010100 | 0 | 100010 | 100 | 1101 | 100110011 | 110100 | 1001000 |
Color Harmonies of #DD92D4
Complementary color
Monochromatic Colors of #DD92D4
Black with #DD92D4
Text Example
Text Example
White with #DD92D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92D4; }
p { color: rgb(221,146,212); }
H1.HeaderClassName
{
color: #DD92D4;
}
.AnyTagClassName
{
color: #DD92D4;
}
</style>
background-color css
<style>
a { background-color: #DD92D4; }
a { background-color: rgb(221,146,212); }
div.DivClassName
{
background-color: #DD92D4;
}
.BgClassName
{
background-color: #DD92D4;
}
</style>
border-color css
<style>
span { border-color: #DD92D4; }
span { border-color: rgb(221,146,212); }
td.TdClassName
{
border-color: #DD92D4;
}
.TagClassName
{
border-color: #DD92D4;
}
</style>