Shades of Plum #DB8CD2
Tints of Plum #DB8CD2
RGB
CMYK
RGB Variations
Color information
#DB8CD2 (or 0xDB8CD2) is known color: Plum. HEX triplet: DB, 8C and D2. RGB value is (219,140,210). Sum of RGB (Red+Green+Blue) = 219+140+210=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CD2 is #24732D. Grayscale: #ABABAB. Windows color (decimal): -2388782 or 13798619. OLE color: 13798619.
HSL color Cylindrical-coordinate representation of color #DB8CD2: hue angle of 306.84º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CD2 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 140 | 210 | - |
CMYK | 0 | 0.36 | 0.04 | 0.14 |
HSL | 306.84º | 0.52% | 0.7% | - |
HSV(B) | 306.84º | 0.36% | 0.86% | - |
XYZ | 50.22 | 38.47 | 65.75 | - |
YUV | 171.6 | 149.67 | 161.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 140 | 210 | 0 | 0.36 | 0.04 | 0.14 | 306.84 | 0.52 | 0.7 |
Hex | DB | 8C | D2 | 0 | 24 | 4 | E | 133 | 34 | 46 |
Octal | 333 | 214 | 322 | 0 | 44 | 4 | 16 | 463 | 64 | 106 |
Binary | 11011011 | 10001100 | 11010010 | 0 | 100100 | 100 | 1110 | 100110011 | 110100 | 1000110 |
Color Harmonies of #DB8CD2
Complementary color
Monochromatic Colors of #DB8CD2
Black with #DB8CD2
Text Example
Text Example
White with #DB8CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CD2; }
p { color: rgb(219,140,210); }
H1.HeaderClassName
{
color: #DB8CD2;
}
.AnyTagClassName
{
color: #DB8CD2;
}
</style>
background-color css
<style>
a { background-color: #DB8CD2; }
a { background-color: rgb(219,140,210); }
div.DivClassName
{
background-color: #DB8CD2;
}
.BgClassName
{
background-color: #DB8CD2;
}
</style>
border-color css
<style>
span { border-color: #DB8CD2; }
span { border-color: rgb(219,140,210); }
td.TdClassName
{
border-color: #DB8CD2;
}
.TagClassName
{
border-color: #DB8CD2;
}
</style>