Shades of Plum #DC97E1
Tints of Plum #DC97E1
RGB
CMYK
RGB Variations
Color information
#DC97E1 (or 0xDC97E1) is known color: Plum. HEX triplet: DC, 97 and E1. RGB value is (220,151,225). Sum of RGB (Red+Green+Blue) = 220+151+225=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97E1 is #23681E. Grayscale: #B3B3B3. Windows color (decimal): -2320415 or 14784476. OLE color: 14784476.
HSL color Cylindrical-coordinate representation of color #DC97E1: hue angle of 295.95º degrees, saturation: 0.55, 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 #DC97E1 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 151 | 225 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.12 |
| HSL | 295.95º | 0.55% | 0.74% | - |
| HSV(B) | 295.95º | 0.33% | 0.88% | - |
| XYZ | 54.17 | 42.79 | 76.64 | - |
| YUV | 180.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 225 | 0.02 | 0.33 | 0 | 0.12 | 295.95 | 0.55 | 0.74 |
| Hex | DC | 97 | E1 | 2 | 21 | 0 | C | 128 | 37 | 4A |
| Octal | 334 | 227 | 341 | 2 | 41 | 0 | 14 | 450 | 67 | 112 |
| Binary | 11011100 | 10010111 | 11100001 | 10 | 100001 | 0 | 1100 | 100101000 | 110111 | 1001010 |
Color Harmonies of #DC97E1
Complementary color
Monochromatic Colors of #DC97E1
Black with #DC97E1
Text Example
Text Example
White with #DC97E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC97E1; }
p { color: rgb(220,151,225); }
H1.HeaderClassName
{
color: #DC97E1;
}
.AnyTagClassName
{
color: #DC97E1;
}
</style>
background-color css
<style>
a { background-color: #DC97E1; }
a { background-color: rgb(220,151,225); }
div.DivClassName
{
background-color: #DC97E1;
}
.BgClassName
{
background-color: #DC97E1;
}
</style>
border-color css
<style>
span { border-color: #DC97E1; }
span { border-color: rgb(220,151,225); }
td.TdClassName
{
border-color: #DC97E1;
}
.TagClassName
{
border-color: #DC97E1;
}
</style>