Shades of Plum #DB90D2
Tints of Plum #DB90D2
RGB
CMYK
RGB Variations
Color information
#DB90D2 (or 0xDB90D2) is known color: Plum. HEX triplet: DB, 90 and D2. RGB value is (219,144,210). Sum of RGB (Red+Green+Blue) = 219+144+210=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90D2 is #246F2D. Grayscale: #ADADAD. Windows color (decimal): -2387758 or 13799643. OLE color: 13799643.
HSL color Cylindrical-coordinate representation of color #DB90D2: hue angle of 307.2º 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 #DB90D2 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 210 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.14 |
| HSL | 307.2º | 0.51% | 0.71% | - |
| HSV(B) | 307.2º | 0.34% | 0.86% | - |
| XYZ | 50.82 | 39.66 | 65.95 | - |
| YUV | 173.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 210 | 0 | 0.34 | 0.04 | 0.14 | 307.2 | 0.51 | 0.71 |
| Hex | DB | 90 | D2 | 0 | 22 | 4 | E | 133 | 33 | 47 |
| Octal | 333 | 220 | 322 | 0 | 42 | 4 | 16 | 463 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11010010 | 0 | 100010 | 100 | 1110 | 100110011 | 110011 | 1000111 |
Color Harmonies of #DB90D2
Complementary color
Monochromatic Colors of #DB90D2
Black with #DB90D2
Text Example
Text Example
White with #DB90D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90D2; }
p { color: rgb(219,144,210); }
H1.HeaderClassName
{
color: #DB90D2;
}
.AnyTagClassName
{
color: #DB90D2;
}
</style>
background-color css
<style>
a { background-color: #DB90D2; }
a { background-color: rgb(219,144,210); }
div.DivClassName
{
background-color: #DB90D2;
}
.BgClassName
{
background-color: #DB90D2;
}
</style>
border-color css
<style>
span { border-color: #DB90D2; }
span { border-color: rgb(219,144,210); }
td.TdClassName
{
border-color: #DB90D2;
}
.TagClassName
{
border-color: #DB90D2;
}
</style>