Shades of Plum #DB95CC
Tints of Plum #DB95CC
RGB
CMYK
RGB Variations
Color information
#DB95CC (or 0xDB95CC) is known color: Plum. HEX triplet: DB, 95 and CC. RGB value is (219,149,204). Sum of RGB (Red+Green+Blue) = 219+149+204=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95CC is #246A33. Grayscale: #B0B0B0. Windows color (decimal): -2386484 or 13407707. OLE color: 13407707.
HSL color Cylindrical-coordinate representation of color #DB95CC: hue angle of 312.86º degrees, saturation: 0.49, 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 #DB95CC is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 204 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.14 |
| HSL | 312.86º | 0.49% | 0.72% | - |
| HSV(B) | 312.86º | 0.32% | 0.86% | - |
| XYZ | 50.86 | 40.91 | 62.34 | - |
| YUV | 176.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 204 | 0 | 0.32 | 0.07 | 0.14 | 312.86 | 0.49 | 0.72 |
| Hex | DB | 95 | CC | 0 | 20 | 7 | E | 139 | 31 | 48 |
| Octal | 333 | 225 | 314 | 0 | 40 | 7 | 16 | 471 | 61 | 110 |
| Binary | 11011011 | 10010101 | 11001100 | 0 | 100000 | 111 | 1110 | 100111001 | 110001 | 1001000 |
Color Harmonies of #DB95CC
Complementary color
Monochromatic Colors of #DB95CC
Black with #DB95CC
Text Example
Text Example
White with #DB95CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95CC; }
p { color: rgb(219,149,204); }
H1.HeaderClassName
{
color: #DB95CC;
}
.AnyTagClassName
{
color: #DB95CC;
}
</style>
background-color css
<style>
a { background-color: #DB95CC; }
a { background-color: rgb(219,149,204); }
div.DivClassName
{
background-color: #DB95CC;
}
.BgClassName
{
background-color: #DB95CC;
}
</style>
border-color css
<style>
span { border-color: #DB95CC; }
span { border-color: rgb(219,149,204); }
td.TdClassName
{
border-color: #DB95CC;
}
.TagClassName
{
border-color: #DB95CC;
}
</style>