Shades of Plum #DC97D3
Tints of Plum #DC97D3
RGB
CMYK
RGB Variations
Color information
#DC97D3 (or 0xDC97D3) is known color: Plum. HEX triplet: DC, 97 and D3. RGB value is (220,151,211). Sum of RGB (Red+Green+Blue) = 220+151+211=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97D3 is #23682C. Grayscale: #B2B2B2. Windows color (decimal): -2320429 or 13866972. OLE color: 13866972.
HSL color Cylindrical-coordinate representation of color #DC97D3: hue angle of 307.83º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97D3 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 211 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.14 |
| HSL | 307.83º | 0.5% | 0.73% | - |
| HSV(B) | 307.83º | 0.31% | 0.86% | - |
| XYZ | 52.34 | 42.05 | 66.99 | - |
| YUV | 178.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 211 | 0 | 0.31 | 0.04 | 0.14 | 307.83 | 0.5 | 0.73 |
| Hex | DC | 97 | D3 | 0 | 1F | 4 | E | 134 | 32 | 49 |
| Octal | 334 | 227 | 323 | 0 | 37 | 4 | 16 | 464 | 62 | 111 |
| Binary | 11011100 | 10010111 | 11010011 | 0 | 11111 | 100 | 1110 | 100110100 | 110010 | 1001001 |
Color Harmonies of #DC97D3
Complementary color
Monochromatic Colors of #DC97D3
Black with #DC97D3
Text Example
Text Example
White with #DC97D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC97D3; }
p { color: rgb(220,151,211); }
H1.HeaderClassName
{
color: #DC97D3;
}
.AnyTagClassName
{
color: #DC97D3;
}
</style>
background-color css
<style>
a { background-color: #DC97D3; }
a { background-color: rgb(220,151,211); }
div.DivClassName
{
background-color: #DC97D3;
}
.BgClassName
{
background-color: #DC97D3;
}
</style>
border-color css
<style>
span { border-color: #DC97D3; }
span { border-color: rgb(220,151,211); }
td.TdClassName
{
border-color: #DC97D3;
}
.TagClassName
{
border-color: #DC97D3;
}
</style>