Shades of Plum #DB96CA
Tints of Plum #DB96CA
RGB
CMYK
RGB Variations
Color information
#DB96CA (or 0xDB96CA) is known color: Plum. HEX triplet: DB, 96 and CA. RGB value is (219,150,202). Sum of RGB (Red+Green+Blue) = 219+150+202=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96CA is #246935. Grayscale: #B0B0B0. Windows color (decimal): -2386230 or 13276891. OLE color: 13276891.
HSL color Cylindrical-coordinate representation of color #DB96CA: hue angle of 314.78º 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 #DB96CA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 202 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.14 |
| HSL | 314.78º | 0.49% | 0.72% | - |
| HSV(B) | 314.78º | 0.32% | 0.86% | - |
| XYZ | 50.78 | 41.14 | 61.14 | - |
| YUV | 176.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 202 | 0 | 0.32 | 0.08 | 0.14 | 314.78 | 0.49 | 0.72 |
| Hex | DB | 96 | CA | 0 | 20 | 8 | E | 13B | 31 | 48 |
| Octal | 333 | 226 | 312 | 0 | 40 | 10 | 16 | 473 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11001010 | 0 | 100000 | 1000 | 1110 | 100111011 | 110001 | 1001000 |
Color Harmonies of #DB96CA
Complementary color
Monochromatic Colors of #DB96CA
Black with #DB96CA
Text Example
Text Example
White with #DB96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96CA; }
p { color: rgb(219,150,202); }
H1.HeaderClassName
{
color: #DB96CA;
}
.AnyTagClassName
{
color: #DB96CA;
}
</style>
background-color css
<style>
a { background-color: #DB96CA; }
a { background-color: rgb(219,150,202); }
div.DivClassName
{
background-color: #DB96CA;
}
.BgClassName
{
background-color: #DB96CA;
}
</style>
border-color css
<style>
span { border-color: #DB96CA; }
span { border-color: rgb(219,150,202); }
td.TdClassName
{
border-color: #DB96CA;
}
.TagClassName
{
border-color: #DB96CA;
}
</style>