Shades of Plum #DB92D4
Tints of Plum #DB92D4
RGB
CMYK
RGB Variations
Color information
#DB92D4 (or 0xDB92D4) is known color: Plum. HEX triplet: DB, 92 and D4. RGB value is (219,146,212). Sum of RGB (Red+Green+Blue) = 219+146+212=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92D4 is #246D2B. Grayscale: #AFAFAF. Windows color (decimal): -2387244 or 13931227. OLE color: 13931227.
HSL color Cylindrical-coordinate representation of color #DB92D4: hue angle of 305.75º 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 #DB92D4 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 146 | 212 | - |
CMYK | 0 | 0.33 | 0.03 | 0.14 |
HSL | 305.75º | 0.5% | 0.72% | - |
HSV(B) | 305.75º | 0.33% | 0.86% | - |
XYZ | 51.38 | 40.37 | 67.37 | - |
YUV | 175.35 | 148.68 | 159.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 146 | 212 | 0 | 0.33 | 0.03 | 0.14 | 305.75 | 0.5 | 0.72 |
Hex | DB | 92 | D4 | 0 | 21 | 3 | E | 132 | 32 | 48 |
Octal | 333 | 222 | 324 | 0 | 41 | 3 | 16 | 462 | 62 | 110 |
Binary | 11011011 | 10010010 | 11010100 | 0 | 100001 | 11 | 1110 | 100110010 | 110010 | 1001000 |
Color Harmonies of #DB92D4
Complementary color
Monochromatic Colors of #DB92D4
Black with #DB92D4
Text Example
Text Example
White with #DB92D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92D4; }
p { color: rgb(219,146,212); }
H1.HeaderClassName
{
color: #DB92D4;
}
.AnyTagClassName
{
color: #DB92D4;
}
</style>
background-color css
<style>
a { background-color: #DB92D4; }
a { background-color: rgb(219,146,212); }
div.DivClassName
{
background-color: #DB92D4;
}
.BgClassName
{
background-color: #DB92D4;
}
</style>
border-color css
<style>
span { border-color: #DB92D4; }
span { border-color: rgb(219,146,212); }
td.TdClassName
{
border-color: #DB92D4;
}
.TagClassName
{
border-color: #DB92D4;
}
</style>