Shades of Plum #DB95CA
Tints of Plum #DB95CA
RGB
CMYK
RGB Variations
Color information
#DB95CA (or 0xDB95CA) is known color: Plum. HEX triplet: DB, 95 and CA. RGB value is (219,149,202). Sum of RGB (Red+Green+Blue) = 219+149+202=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95CA is #246A35. Grayscale: #AFAFAF. Windows color (decimal): -2386486 or 13276635. OLE color: 13276635.
HSL color Cylindrical-coordinate representation of color #DB95CA: hue angle of 314.57º 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 #DB95CA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 202 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.14 |
| HSL | 314.57º | 0.49% | 0.72% | - |
| HSV(B) | 314.57º | 0.32% | 0.86% | - |
| XYZ | 50.62 | 40.82 | 61.09 | - |
| YUV | 175.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 202 | 0 | 0.32 | 0.08 | 0.14 | 314.57 | 0.49 | 0.72 |
| Hex | DB | 95 | CA | 0 | 20 | 8 | E | 13B | 31 | 48 |
| Octal | 333 | 225 | 312 | 0 | 40 | 10 | 16 | 473 | 61 | 110 |
| Binary | 11011011 | 10010101 | 11001010 | 0 | 100000 | 1000 | 1110 | 100111011 | 110001 | 1001000 |
Color Harmonies of #DB95CA
Complementary color
Monochromatic Colors of #DB95CA
Black with #DB95CA
Text Example
Text Example
White with #DB95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95CA; }
p { color: rgb(219,149,202); }
H1.HeaderClassName
{
color: #DB95CA;
}
.AnyTagClassName
{
color: #DB95CA;
}
</style>
background-color css
<style>
a { background-color: #DB95CA; }
a { background-color: rgb(219,149,202); }
div.DivClassName
{
background-color: #DB95CA;
}
.BgClassName
{
background-color: #DB95CA;
}
</style>
border-color css
<style>
span { border-color: #DB95CA; }
span { border-color: rgb(219,149,202); }
td.TdClassName
{
border-color: #DB95CA;
}
.TagClassName
{
border-color: #DB95CA;
}
</style>