Shades of Plum #DB90CB
Tints of Plum #DB90CB
RGB
CMYK
RGB Variations
Color information
#DB90CB (or 0xDB90CB) is known color: Plum. HEX triplet: DB, 90 and CB. RGB value is (219,144,203). Sum of RGB (Red+Green+Blue) = 219+144+203=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90CB is #246F34. Grayscale: #ACACAC. Windows color (decimal): -2387765 or 13340891. OLE color: 13340891.
HSL color Cylindrical-coordinate representation of color #DB90CB: hue angle of 312.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB90CB is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 203 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.14 |
| HSL | 312.8º | 0.51% | 0.71% | - |
| HSV(B) | 312.8º | 0.34% | 0.86% | - |
| XYZ | 49.97 | 39.32 | 61.46 | - |
| YUV | 173.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 203 | 0 | 0.34 | 0.07 | 0.14 | 312.8 | 0.51 | 0.71 |
| Hex | DB | 90 | CB | 0 | 22 | 7 | E | 139 | 33 | 47 |
| Octal | 333 | 220 | 313 | 0 | 42 | 7 | 16 | 471 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11001011 | 0 | 100010 | 111 | 1110 | 100111001 | 110011 | 1000111 |
Color Harmonies of #DB90CB
Complementary color
Monochromatic Colors of #DB90CB
Black with #DB90CB
Text Example
Text Example
White with #DB90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90CB; }
p { color: rgb(219,144,203); }
H1.HeaderClassName
{
color: #DB90CB;
}
.AnyTagClassName
{
color: #DB90CB;
}
</style>
background-color css
<style>
a { background-color: #DB90CB; }
a { background-color: rgb(219,144,203); }
div.DivClassName
{
background-color: #DB90CB;
}
.BgClassName
{
background-color: #DB90CB;
}
</style>
border-color css
<style>
span { border-color: #DB90CB; }
span { border-color: rgb(219,144,203); }
td.TdClassName
{
border-color: #DB90CB;
}
.TagClassName
{
border-color: #DB90CB;
}
</style>