Shades of Plum #DD92D6
Tints of Plum #DD92D6
RGB
CMYK
RGB Variations
Color information
#DD92D6 (or 0xDD92D6) is known color: Plum. HEX triplet: DD, 92 and D6. RGB value is (221,146,214). Sum of RGB (Red+Green+Blue) = 221+146+214=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92D6 is #226D29. Grayscale: #AFAFAF. Windows color (decimal): -2256170 or 14062301. OLE color: 14062301.
HSL color Cylindrical-coordinate representation of color #DD92D6: hue angle of 305.6º 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 #DD92D6 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 146 | 214 | - |
CMYK | 0 | 0.34 | 0.03 | 0.13 |
HSL | 305.6º | 0.52% | 0.72% | - |
HSV(B) | 305.6º | 0.34% | 0.87% | - |
XYZ | 52.24 | 40.78 | 68.74 | - |
YUV | 176.18 | 149.35 | 159.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 146 | 214 | 0 | 0.34 | 0.03 | 0.13 | 305.6 | 0.52 | 0.72 |
Hex | DD | 92 | D6 | 0 | 22 | 3 | D | 132 | 34 | 48 |
Octal | 335 | 222 | 326 | 0 | 42 | 3 | 15 | 462 | 64 | 110 |
Binary | 11011101 | 10010010 | 11010110 | 0 | 100010 | 11 | 1101 | 100110010 | 110100 | 1001000 |
Color Harmonies of #DD92D6
Complementary color
Monochromatic Colors of #DD92D6
Black with #DD92D6
Text Example
Text Example
White with #DD92D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92D6; }
p { color: rgb(221,146,214); }
H1.HeaderClassName
{
color: #DD92D6;
}
.AnyTagClassName
{
color: #DD92D6;
}
</style>
background-color css
<style>
a { background-color: #DD92D6; }
a { background-color: rgb(221,146,214); }
div.DivClassName
{
background-color: #DD92D6;
}
.BgClassName
{
background-color: #DD92D6;
}
</style>
border-color css
<style>
span { border-color: #DD92D6; }
span { border-color: rgb(221,146,214); }
td.TdClassName
{
border-color: #DD92D6;
}
.TagClassName
{
border-color: #DD92D6;
}
</style>