Shades of Plum #DD92CF
Tints of Plum #DD92CF
RGB
CMYK
RGB Variations
Color information
#DD92CF (or 0xDD92CF) is known color: Plum. HEX triplet: DD, 92 and CF. RGB value is (221,146,207). Sum of RGB (Red+Green+Blue) = 221+146+207=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92CF is #226D30. Grayscale: #AFAFAF. Windows color (decimal): -2256177 or 13603549. OLE color: 13603549.
HSL color Cylindrical-coordinate representation of color #DD92CF: hue angle of 311.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 #DD92CF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 207 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.13 |
| HSL | 311.2º | 0.52% | 0.72% | - |
| HSV(B) | 311.2º | 0.34% | 0.87% | - |
| XYZ | 51.36 | 40.43 | 64.13 | - |
| YUV | 175.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 207 | 0 | 0.34 | 0.06 | 0.13 | 311.2 | 0.52 | 0.72 |
| Hex | DD | 92 | CF | 0 | 22 | 6 | D | 137 | 34 | 48 |
| Octal | 335 | 222 | 317 | 0 | 42 | 6 | 15 | 467 | 64 | 110 |
| Binary | 11011101 | 10010010 | 11001111 | 0 | 100010 | 110 | 1101 | 100110111 | 110100 | 1001000 |
Color Harmonies of #DD92CF
Complementary color
Monochromatic Colors of #DD92CF
Black with #DD92CF
Text Example
Text Example
White with #DD92CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92CF; }
p { color: rgb(221,146,207); }
H1.HeaderClassName
{
color: #DD92CF;
}
.AnyTagClassName
{
color: #DD92CF;
}
</style>
background-color css
<style>
a { background-color: #DD92CF; }
a { background-color: rgb(221,146,207); }
div.DivClassName
{
background-color: #DD92CF;
}
.BgClassName
{
background-color: #DD92CF;
}
</style>
border-color css
<style>
span { border-color: #DD92CF; }
span { border-color: rgb(221,146,207); }
td.TdClassName
{
border-color: #DD92CF;
}
.TagClassName
{
border-color: #DD92CF;
}
</style>