Shades of Plum #DB90CC
Tints of Plum #DB90CC
RGB
CMYK
RGB Variations
Color information
#DB90CC (or 0xDB90CC) is known color: Plum. HEX triplet: DB, 90 and CC. RGB value is (219,144,204). Sum of RGB (Red+Green+Blue) = 219+144+204=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90CC is #246F33. Grayscale: #ADADAD. Windows color (decimal): -2387764 or 13406427. OLE color: 13406427.
HSL color Cylindrical-coordinate representation of color #DB90CC: hue angle of 312º 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 #DB90CC is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 204 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.14 |
| HSL | 312º | 0.51% | 0.71% | - |
| HSV(B) | 312º | 0.34% | 0.86% | - |
| XYZ | 50.09 | 39.37 | 62.09 | - |
| YUV | 173.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 204 | 0 | 0.34 | 0.07 | 0.14 | 312 | 0.51 | 0.71 |
| Hex | DB | 90 | CC | 0 | 22 | 7 | E | 138 | 33 | 47 |
| Octal | 333 | 220 | 314 | 0 | 42 | 7 | 16 | 470 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11001100 | 0 | 100010 | 111 | 1110 | 100111000 | 110011 | 1000111 |
Color Harmonies of #DB90CC
Complementary color
Monochromatic Colors of #DB90CC
Black with #DB90CC
Text Example
Text Example
White with #DB90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90CC; }
p { color: rgb(219,144,204); }
H1.HeaderClassName
{
color: #DB90CC;
}
.AnyTagClassName
{
color: #DB90CC;
}
</style>
background-color css
<style>
a { background-color: #DB90CC; }
a { background-color: rgb(219,144,204); }
div.DivClassName
{
background-color: #DB90CC;
}
.BgClassName
{
background-color: #DB90CC;
}
</style>
border-color css
<style>
span { border-color: #DB90CC; }
span { border-color: rgb(219,144,204); }
td.TdClassName
{
border-color: #DB90CC;
}
.TagClassName
{
border-color: #DB90CC;
}
</style>