Shades of Plum #DD92DF
Tints of Plum #DD92DF
RGB
CMYK
RGB Variations
Color information
#DD92DF (or 0xDD92DF) is known color: Plum. HEX triplet: DD, 92 and DF. RGB value is (221,146,223). Sum of RGB (Red+Green+Blue) = 221+146+223=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92DF is #226D20. Grayscale: #B0B0B0. Windows color (decimal): -2256161 or 14652125. OLE color: 14652125.
HSL color Cylindrical-coordinate representation of color #DD92DF: hue angle of 298.44º degrees, saturation: 0.55, 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 #DD92DF is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 223 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.13 |
| HSL | 298.44º | 0.55% | 0.72% | - |
| HSV(B) | 298.44º | 0.35% | 0.87% | - |
| XYZ | 53.42 | 41.26 | 74.96 | - |
| YUV | 177.2 | 153.85 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 223 | 0.01 | 0.35 | 0 | 0.13 | 298.44 | 0.55 | 0.72 |
| Hex | DD | 92 | DF | 1 | 23 | 0 | D | 12A | 37 | 48 |
| Octal | 335 | 222 | 337 | 1 | 43 | 0 | 15 | 452 | 67 | 110 |
| Binary | 11011101 | 10010010 | 11011111 | 1 | 100011 | 0 | 1101 | 100101010 | 110111 | 1001000 |
Color Harmonies of #DD92DF
Complementary color
Monochromatic Colors of #DD92DF
Black with #DD92DF
Text Example
Text Example
White with #DD92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92DF; }
p { color: rgb(221,146,223); }
H1.HeaderClassName
{
color: #DD92DF;
}
.AnyTagClassName
{
color: #DD92DF;
}
</style>
background-color css
<style>
a { background-color: #DD92DF; }
a { background-color: rgb(221,146,223); }
div.DivClassName
{
background-color: #DD92DF;
}
.BgClassName
{
background-color: #DD92DF;
}
</style>
border-color css
<style>
span { border-color: #DD92DF; }
span { border-color: rgb(221,146,223); }
td.TdClassName
{
border-color: #DD92DF;
}
.TagClassName
{
border-color: #DD92DF;
}
</style>