Shades of Plum #DC92DA
Tints of Plum #DC92DA
RGB
CMYK
RGB Variations
Color information
#DC92DA (or 0xDC92DA) is known color: Plum. HEX triplet: DC, 92 and DA. RGB value is (220,146,218). Sum of RGB (Red+Green+Blue) = 220+146+218=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92DA is #236D25. Grayscale: #B0B0B0. Windows color (decimal): -2321702 or 14324444. OLE color: 14324444.
HSL color Cylindrical-coordinate representation of color #DC92DA: hue angle of 301.62º 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 #DC92DA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 218 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.14 |
| HSL | 301.62º | 0.51% | 0.72% | - |
| HSV(B) | 301.62º | 0.34% | 0.86% | - |
| XYZ | 52.45 | 40.84 | 71.45 | - |
| YUV | 176.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 218 | 0 | 0.34 | 0.01 | 0.14 | 301.62 | 0.51 | 0.72 |
| Hex | DC | 92 | DA | 0 | 22 | 1 | E | 12E | 33 | 48 |
| Octal | 334 | 222 | 332 | 0 | 42 | 1 | 16 | 456 | 63 | 110 |
| Binary | 11011100 | 10010010 | 11011010 | 0 | 100010 | 1 | 1110 | 100101110 | 110011 | 1001000 |
Color Harmonies of #DC92DA
Complementary color
Monochromatic Colors of #DC92DA
Black with #DC92DA
Text Example
Text Example
White with #DC92DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC92DA; }
p { color: rgb(220,146,218); }
H1.HeaderClassName
{
color: #DC92DA;
}
.AnyTagClassName
{
color: #DC92DA;
}
</style>
background-color css
<style>
a { background-color: #DC92DA; }
a { background-color: rgb(220,146,218); }
div.DivClassName
{
background-color: #DC92DA;
}
.BgClassName
{
background-color: #DC92DA;
}
</style>
border-color css
<style>
span { border-color: #DC92DA; }
span { border-color: rgb(220,146,218); }
td.TdClassName
{
border-color: #DC92DA;
}
.TagClassName
{
border-color: #DC92DA;
}
</style>