Shades of Plum #DB94CB
Tints of Plum #DB94CB
RGB
CMYK
RGB Variations
Color information
#DB94CB (or 0xDB94CB) is known color: Plum. HEX triplet: DB, 94 and CB. RGB value is (219,148,203). Sum of RGB (Red+Green+Blue) = 219+148+203=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94CB is #246B34. Grayscale: #AFAFAF. Windows color (decimal): -2386741 or 13341915. OLE color: 13341915.
HSL color Cylindrical-coordinate representation of color #DB94CB: hue angle of 313.52º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB94CB is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 203 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.14 |
| HSL | 313.52º | 0.5% | 0.72% | - |
| HSV(B) | 313.52º | 0.32% | 0.86% | - |
| XYZ | 50.58 | 40.55 | 61.66 | - |
| YUV | 175.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 203 | 0 | 0.32 | 0.07 | 0.14 | 313.52 | 0.5 | 0.72 |
| Hex | DB | 94 | CB | 0 | 20 | 7 | E | 13A | 32 | 48 |
| Octal | 333 | 224 | 313 | 0 | 40 | 7 | 16 | 472 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11001011 | 0 | 100000 | 111 | 1110 | 100111010 | 110010 | 1001000 |
Color Harmonies of #DB94CB
Complementary color
Monochromatic Colors of #DB94CB
Black with #DB94CB
Text Example
Text Example
White with #DB94CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94CB; }
p { color: rgb(219,148,203); }
H1.HeaderClassName
{
color: #DB94CB;
}
.AnyTagClassName
{
color: #DB94CB;
}
</style>
background-color css
<style>
a { background-color: #DB94CB; }
a { background-color: rgb(219,148,203); }
div.DivClassName
{
background-color: #DB94CB;
}
.BgClassName
{
background-color: #DB94CB;
}
</style>
border-color css
<style>
span { border-color: #DB94CB; }
span { border-color: rgb(219,148,203); }
td.TdClassName
{
border-color: #DB94CB;
}
.TagClassName
{
border-color: #DB94CB;
}
</style>