Shades of Plum #DC92D2
Tints of Plum #DC92D2
RGB
CMYK
RGB Variations
Color information
#DC92D2 (or 0xDC92D2) is known color: Plum. HEX triplet: DC, 92 and D2. RGB value is (220,146,210). Sum of RGB (Red+Green+Blue) = 220+146+210=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92D2 is #236D2D. Grayscale: #AFAFAF. Windows color (decimal): -2321710 or 13800156. OLE color: 13800156.
HSL color Cylindrical-coordinate representation of color #DC92D2: hue angle of 308.11º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC92D2 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 210 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.14 |
| HSL | 308.11º | 0.51% | 0.72% | - |
| HSV(B) | 308.11º | 0.34% | 0.86% | - |
| XYZ | 51.43 | 40.43 | 66.07 | - |
| YUV | 175.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 210 | 0 | 0.34 | 0.05 | 0.14 | 308.11 | 0.51 | 0.72 |
| Hex | DC | 92 | D2 | 0 | 22 | 5 | E | 134 | 33 | 48 |
| Octal | 334 | 222 | 322 | 0 | 42 | 5 | 16 | 464 | 63 | 110 |
| Binary | 11011100 | 10010010 | 11010010 | 0 | 100010 | 101 | 1110 | 100110100 | 110011 | 1001000 |
Color Harmonies of #DC92D2
Complementary color
Monochromatic Colors of #DC92D2
Black with #DC92D2
Text Example
Text Example
White with #DC92D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC92D2; }
p { color: rgb(220,146,210); }
H1.HeaderClassName
{
color: #DC92D2;
}
.AnyTagClassName
{
color: #DC92D2;
}
</style>
background-color css
<style>
a { background-color: #DC92D2; }
a { background-color: rgb(220,146,210); }
div.DivClassName
{
background-color: #DC92D2;
}
.BgClassName
{
background-color: #DC92D2;
}
</style>
border-color css
<style>
span { border-color: #DC92D2; }
span { border-color: rgb(220,146,210); }
td.TdClassName
{
border-color: #DC92D2;
}
.TagClassName
{
border-color: #DC92D2;
}
</style>