Shades of Plum #DC94CB
Tints of Plum #DC94CB
RGB
CMYK
RGB Variations
Color information
#DC94CB (or 0xDC94CB) is known color: Plum. HEX triplet: DC, 94 and CB. RGB value is (220,148,203). Sum of RGB (Red+Green+Blue) = 220+148+203=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94CB is #236B34. Grayscale: #AFAFAF. Windows color (decimal): -2321205 or 13341916. OLE color: 13341916.
HSL color Cylindrical-coordinate representation of color #DC94CB: hue angle of 314.17º 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 #DC94CB is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 203 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.14 |
| HSL | 314.17º | 0.51% | 0.72% | - |
| HSV(B) | 314.17º | 0.33% | 0.86% | - |
| XYZ | 50.88 | 40.71 | 61.68 | - |
| YUV | 175.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 203 | 0 | 0.33 | 0.08 | 0.14 | 314.17 | 0.51 | 0.72 |
| Hex | DC | 94 | CB | 0 | 21 | 8 | E | 13A | 33 | 48 |
| Octal | 334 | 224 | 313 | 0 | 41 | 10 | 16 | 472 | 63 | 110 |
| Binary | 11011100 | 10010100 | 11001011 | 0 | 100001 | 1000 | 1110 | 100111010 | 110011 | 1001000 |
Color Harmonies of #DC94CB
Complementary color
Monochromatic Colors of #DC94CB
Black with #DC94CB
Text Example
Text Example
White with #DC94CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94CB; }
p { color: rgb(220,148,203); }
H1.HeaderClassName
{
color: #DC94CB;
}
.AnyTagClassName
{
color: #DC94CB;
}
</style>
background-color css
<style>
a { background-color: #DC94CB; }
a { background-color: rgb(220,148,203); }
div.DivClassName
{
background-color: #DC94CB;
}
.BgClassName
{
background-color: #DC94CB;
}
</style>
border-color css
<style>
span { border-color: #DC94CB; }
span { border-color: rgb(220,148,203); }
td.TdClassName
{
border-color: #DC94CB;
}
.TagClassName
{
border-color: #DC94CB;
}
</style>