Shades of Plum #DB8FCA
Tints of Plum #DB8FCA
RGB
CMYK
RGB Variations
Color information
#DB8FCA (or 0xDB8FCA) is known color: Plum. HEX triplet: DB, 8F and CA. RGB value is (219,143,202). Sum of RGB (Red+Green+Blue) = 219+143+202=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FCA is #247035. Grayscale: #ACACAC. Windows color (decimal): -2388022 or 13275099. OLE color: 13275099.
HSL color Cylindrical-coordinate representation of color #DB8FCA: hue angle of 313.42º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8FCA is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 202 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.14 |
| HSL | 313.42º | 0.51% | 0.71% | - |
| HSV(B) | 313.42º | 0.35% | 0.86% | - |
| XYZ | 49.7 | 38.97 | 60.78 | - |
| YUV | 172.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 202 | 0 | 0.35 | 0.08 | 0.14 | 313.42 | 0.51 | 0.71 |
| Hex | DB | 8F | CA | 0 | 23 | 8 | E | 139 | 33 | 47 |
| Octal | 333 | 217 | 312 | 0 | 43 | 10 | 16 | 471 | 63 | 107 |
| Binary | 11011011 | 10001111 | 11001010 | 0 | 100011 | 1000 | 1110 | 100111001 | 110011 | 1000111 |
Color Harmonies of #DB8FCA
Complementary color
Monochromatic Colors of #DB8FCA
Black with #DB8FCA
Text Example
Text Example
White with #DB8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FCA; }
p { color: rgb(219,143,202); }
H1.HeaderClassName
{
color: #DB8FCA;
}
.AnyTagClassName
{
color: #DB8FCA;
}
</style>
background-color css
<style>
a { background-color: #DB8FCA; }
a { background-color: rgb(219,143,202); }
div.DivClassName
{
background-color: #DB8FCA;
}
.BgClassName
{
background-color: #DB8FCA;
}
</style>
border-color css
<style>
span { border-color: #DB8FCA; }
span { border-color: rgb(219,143,202); }
td.TdClassName
{
border-color: #DB8FCA;
}
.TagClassName
{
border-color: #DB8FCA;
}
</style>