Shades of Plum #DC97DB
Tints of Plum #DC97DB
RGB
CMYK
RGB Variations
Color information
#DC97DB (or 0xDC97DB) is known color: Plum. HEX triplet: DC, 97 and DB. RGB value is (220,151,219). Sum of RGB (Red+Green+Blue) = 220+151+219=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97DB is #236824. Grayscale: #B3B3B3. Windows color (decimal): -2320421 or 14391260. OLE color: 14391260.
HSL color Cylindrical-coordinate representation of color #DC97DB: hue angle of 300.87º 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 #DC97DB is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 151 | 219 | - |
CMYK | 0 | 0.31 | 0.00 | 0.14 |
HSL | 300.87º | 0.5% | 0.73% | - |
HSV(B) | 300.87º | 0.31% | 0.86% | - |
XYZ | 53.37 | 42.46 | 72.4 | - |
YUV | 179.38 | 150.36 | 156.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 151 | 219 | 0 | 0.31 | 0.00 | 0.14 | 300.87 | 0.5 | 0.73 |
Hex | DC | 97 | DB | 0 | 1F | 0 | E | 12D | 32 | 49 |
Octal | 334 | 227 | 333 | 0 | 37 | 0 | 16 | 455 | 62 | 111 |
Binary | 11011100 | 10010111 | 11011011 | 0 | 11111 | 0 | 1110 | 100101101 | 110010 | 1001001 |
Color Harmonies of #DC97DB
Complementary color
Monochromatic Colors of #DC97DB
Black with #DC97DB
Text Example
Text Example
White with #DC97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC97DB; }
p { color: rgb(220,151,219); }
H1.HeaderClassName
{
color: #DC97DB;
}
.AnyTagClassName
{
color: #DC97DB;
}
</style>
background-color css
<style>
a { background-color: #DC97DB; }
a { background-color: rgb(220,151,219); }
div.DivClassName
{
background-color: #DC97DB;
}
.BgClassName
{
background-color: #DC97DB;
}
</style>
border-color css
<style>
span { border-color: #DC97DB; }
span { border-color: rgb(220,151,219); }
td.TdClassName
{
border-color: #DC97DB;
}
.TagClassName
{
border-color: #DC97DB;
}
</style>