Shades of Plum #DB90CA
Tints of Plum #DB90CA
RGB
CMYK
RGB Variations
Color information
#DB90CA (or 0xDB90CA) is known color: Plum. HEX triplet: DB, 90 and CA. RGB value is (219,144,202). Sum of RGB (Red+Green+Blue) = 219+144+202=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90CA is #246F35. Grayscale: #ACACAC. Windows color (decimal): -2387766 or 13275355. OLE color: 13275355.
HSL color Cylindrical-coordinate representation of color #DB90CA: hue angle of 313.6º 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 #DB90CA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 202 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.14 |
| HSL | 313.6º | 0.51% | 0.71% | - |
| HSV(B) | 313.6º | 0.34% | 0.86% | - |
| XYZ | 49.85 | 39.27 | 60.83 | - |
| YUV | 173.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 202 | 0 | 0.34 | 0.08 | 0.14 | 313.6 | 0.51 | 0.71 |
| Hex | DB | 90 | CA | 0 | 22 | 8 | E | 13A | 33 | 47 |
| Octal | 333 | 220 | 312 | 0 | 42 | 10 | 16 | 472 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11001010 | 0 | 100010 | 1000 | 1110 | 100111010 | 110011 | 1000111 |
Color Harmonies of #DB90CA
Complementary color
Monochromatic Colors of #DB90CA
Black with #DB90CA
Text Example
Text Example
White with #DB90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90CA; }
p { color: rgb(219,144,202); }
H1.HeaderClassName
{
color: #DB90CA;
}
.AnyTagClassName
{
color: #DB90CA;
}
</style>
background-color css
<style>
a { background-color: #DB90CA; }
a { background-color: rgb(219,144,202); }
div.DivClassName
{
background-color: #DB90CA;
}
.BgClassName
{
background-color: #DB90CA;
}
</style>
border-color css
<style>
span { border-color: #DB90CA; }
span { border-color: rgb(219,144,202); }
td.TdClassName
{
border-color: #DB90CA;
}
.TagClassName
{
border-color: #DB90CA;
}
</style>