Shades of Plum #DC92CC
Tints of Plum #DC92CC
RGB
CMYK
RGB Variations
Color information
#DC92CC (or 0xDC92CC) is known color: Plum. HEX triplet: DC, 92 and CC. RGB value is (220,146,204). Sum of RGB (Red+Green+Blue) = 220+146+204=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92CC is #236D33. Grayscale: #AEAEAE. Windows color (decimal): -2321716 or 13406940. OLE color: 13406940.
HSL color Cylindrical-coordinate representation of color #DC92CC: hue angle of 312.97º 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 #DC92CC is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 204 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.14 |
| HSL | 312.97º | 0.51% | 0.72% | - |
| HSV(B) | 312.97º | 0.34% | 0.86% | - |
| XYZ | 50.69 | 40.13 | 62.2 | - |
| YUV | 174.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 204 | 0 | 0.34 | 0.07 | 0.14 | 312.97 | 0.51 | 0.72 |
| Hex | DC | 92 | CC | 0 | 22 | 7 | E | 139 | 33 | 48 |
| Octal | 334 | 222 | 314 | 0 | 42 | 7 | 16 | 471 | 63 | 110 |
| Binary | 11011100 | 10010010 | 11001100 | 0 | 100010 | 111 | 1110 | 100111001 | 110011 | 1001000 |
Color Harmonies of #DC92CC
Complementary color
Monochromatic Colors of #DC92CC
Black with #DC92CC
Text Example
Text Example
White with #DC92CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC92CC; }
p { color: rgb(220,146,204); }
H1.HeaderClassName
{
color: #DC92CC;
}
.AnyTagClassName
{
color: #DC92CC;
}
</style>
background-color css
<style>
a { background-color: #DC92CC; }
a { background-color: rgb(220,146,204); }
div.DivClassName
{
background-color: #DC92CC;
}
.BgClassName
{
background-color: #DC92CC;
}
</style>
border-color css
<style>
span { border-color: #DC92CC; }
span { border-color: rgb(220,146,204); }
td.TdClassName
{
border-color: #DC92CC;
}
.TagClassName
{
border-color: #DC92CC;
}
</style>