Shades of Plum #DC94CC
Tints of Plum #DC94CC
RGB
CMYK
RGB Variations
Color information
#DC94CC (or 0xDC94CC) is known color: Plum. HEX triplet: DC, 94 and CC. RGB value is (220,148,204). Sum of RGB (Red+Green+Blue) = 220+148+204=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94CC is #236B33. Grayscale: #AFAFAF. Windows color (decimal): -2321204 or 13407452. OLE color: 13407452.
HSL color Cylindrical-coordinate representation of color #DC94CC: hue angle of 313.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94CC is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 204 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.14 |
| HSL | 313.33º | 0.51% | 0.72% | - |
| HSV(B) | 313.33º | 0.33% | 0.86% | - |
| XYZ | 51 | 40.76 | 62.31 | - |
| YUV | 175.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 204 | 0 | 0.33 | 0.07 | 0.14 | 313.33 | 0.51 | 0.72 |
| Hex | DC | 94 | CC | 0 | 21 | 7 | E | 139 | 33 | 48 |
| Octal | 334 | 224 | 314 | 0 | 41 | 7 | 16 | 471 | 63 | 110 |
| Binary | 11011100 | 10010100 | 11001100 | 0 | 100001 | 111 | 1110 | 100111001 | 110011 | 1001000 |
Color Harmonies of #DC94CC
Complementary color
Monochromatic Colors of #DC94CC
Black with #DC94CC
Text Example
Text Example
White with #DC94CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94CC; }
p { color: rgb(220,148,204); }
H1.HeaderClassName
{
color: #DC94CC;
}
.AnyTagClassName
{
color: #DC94CC;
}
</style>
background-color css
<style>
a { background-color: #DC94CC; }
a { background-color: rgb(220,148,204); }
div.DivClassName
{
background-color: #DC94CC;
}
.BgClassName
{
background-color: #DC94CC;
}
</style>
border-color css
<style>
span { border-color: #DC94CC; }
span { border-color: rgb(220,148,204); }
td.TdClassName
{
border-color: #DC94CC;
}
.TagClassName
{
border-color: #DC94CC;
}
</style>