Shades of Plum #DB92CF
Tints of Plum #DB92CF
RGB
CMYK
RGB Variations
Color information
#DB92CF (or 0xDB92CF) is known color: Plum. HEX triplet: DB, 92 and CF. RGB value is (219,146,207). Sum of RGB (Red+Green+Blue) = 219+146+207=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92CF is #246D30. Grayscale: #AEAEAE. Windows color (decimal): -2387249 or 13603547. OLE color: 13603547.
HSL color Cylindrical-coordinate representation of color #DB92CF: hue angle of 309.86º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92CF is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 207 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.14 |
| HSL | 309.86º | 0.5% | 0.72% | - |
| HSV(B) | 309.86º | 0.33% | 0.86% | - |
| XYZ | 50.75 | 40.12 | 64.1 | - |
| YUV | 174.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 207 | 0 | 0.33 | 0.05 | 0.14 | 309.86 | 0.5 | 0.72 |
| Hex | DB | 92 | CF | 0 | 21 | 5 | E | 136 | 32 | 48 |
| Octal | 333 | 222 | 317 | 0 | 41 | 5 | 16 | 466 | 62 | 110 |
| Binary | 11011011 | 10010010 | 11001111 | 0 | 100001 | 101 | 1110 | 100110110 | 110010 | 1001000 |
Color Harmonies of #DB92CF
Complementary color
Monochromatic Colors of #DB92CF
Black with #DB92CF
Text Example
Text Example
White with #DB92CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92CF; }
p { color: rgb(219,146,207); }
H1.HeaderClassName
{
color: #DB92CF;
}
.AnyTagClassName
{
color: #DB92CF;
}
</style>
background-color css
<style>
a { background-color: #DB92CF; }
a { background-color: rgb(219,146,207); }
div.DivClassName
{
background-color: #DB92CF;
}
.BgClassName
{
background-color: #DB92CF;
}
</style>
border-color css
<style>
span { border-color: #DB92CF; }
span { border-color: rgb(219,146,207); }
td.TdClassName
{
border-color: #DB92CF;
}
.TagClassName
{
border-color: #DB92CF;
}
</style>