Shades of Plum #DB94CC
Tints of Plum #DB94CC
RGB
CMYK
RGB Variations
Color information
#DB94CC (or 0xDB94CC) is known color: Plum. HEX triplet: DB, 94 and CC. RGB value is (219,148,204). Sum of RGB (Red+Green+Blue) = 219+148+204=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94CC is #246B33. Grayscale: #AFAFAF. Windows color (decimal): -2386740 or 13407451. OLE color: 13407451.
HSL color Cylindrical-coordinate representation of color #DB94CC: hue angle of 312.68º 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 #DB94CC is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 204 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.14 |
| HSL | 312.68º | 0.5% | 0.72% | - |
| HSV(B) | 312.68º | 0.32% | 0.86% | - |
| XYZ | 50.7 | 40.6 | 62.29 | - |
| YUV | 175.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 204 | 0 | 0.32 | 0.07 | 0.14 | 312.68 | 0.5 | 0.72 |
| Hex | DB | 94 | CC | 0 | 20 | 7 | E | 139 | 32 | 48 |
| Octal | 333 | 224 | 314 | 0 | 40 | 7 | 16 | 471 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11001100 | 0 | 100000 | 111 | 1110 | 100111001 | 110010 | 1001000 |
Color Harmonies of #DB94CC
Complementary color
Monochromatic Colors of #DB94CC
Black with #DB94CC
Text Example
Text Example
White with #DB94CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94CC; }
p { color: rgb(219,148,204); }
H1.HeaderClassName
{
color: #DB94CC;
}
.AnyTagClassName
{
color: #DB94CC;
}
</style>
background-color css
<style>
a { background-color: #DB94CC; }
a { background-color: rgb(219,148,204); }
div.DivClassName
{
background-color: #DB94CC;
}
.BgClassName
{
background-color: #DB94CC;
}
</style>
border-color css
<style>
span { border-color: #DB94CC; }
span { border-color: rgb(219,148,204); }
td.TdClassName
{
border-color: #DB94CC;
}
.TagClassName
{
border-color: #DB94CC;
}
</style>