Shades of Plum #DC97E0
Tints of Plum #DC97E0
RGB
CMYK
RGB Variations
Color information
#DC97E0 (or 0xDC97E0) is known color: Plum. HEX triplet: DC, 97 and E0. RGB value is (220,151,224). Sum of RGB (Red+Green+Blue) = 220+151+224=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97E0 is #23681F. Grayscale: #B3B3B3. Windows color (decimal): -2320416 or 14718940. OLE color: 14718940.
HSL color Cylindrical-coordinate representation of color #DC97E0: hue angle of 296.71º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC97E0 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 151 | 224 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.12 |
| HSL | 296.71º | 0.54% | 0.74% | - |
| HSV(B) | 296.71º | 0.33% | 0.88% | - |
| XYZ | 54.04 | 42.73 | 75.92 | - |
| YUV | 179.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 224 | 0.02 | 0.33 | 0 | 0.12 | 296.71 | 0.54 | 0.74 |
| Hex | DC | 97 | E0 | 2 | 21 | 0 | C | 129 | 36 | 4A |
| Octal | 334 | 227 | 340 | 2 | 41 | 0 | 14 | 451 | 66 | 112 |
| Binary | 11011100 | 10010111 | 11100000 | 10 | 100001 | 0 | 1100 | 100101001 | 110110 | 1001010 |
Color Harmonies of #DC97E0
Complementary color
Monochromatic Colors of #DC97E0
Black with #DC97E0
Text Example
Text Example
White with #DC97E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC97E0; }
p { color: rgb(220,151,224); }
H1.HeaderClassName
{
color: #DC97E0;
}
.AnyTagClassName
{
color: #DC97E0;
}
</style>
background-color css
<style>
a { background-color: #DC97E0; }
a { background-color: rgb(220,151,224); }
div.DivClassName
{
background-color: #DC97E0;
}
.BgClassName
{
background-color: #DC97E0;
}
</style>
border-color css
<style>
span { border-color: #DC97E0; }
span { border-color: rgb(220,151,224); }
td.TdClassName
{
border-color: #DC97E0;
}
.TagClassName
{
border-color: #DC97E0;
}
</style>