Shades of Plum #DB8CD3
Tints of Plum #DB8CD3
RGB
CMYK
RGB Variations
Color information
#DB8CD3 (or 0xDB8CD3) is known color: Plum. HEX triplet: DB, 8C and D3. RGB value is (219,140,211). Sum of RGB (Red+Green+Blue) = 219+140+211=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CD3 is #24732C. Grayscale: #ABABAB. Windows color (decimal): -2388781 or 13864155. OLE color: 13864155.
HSL color Cylindrical-coordinate representation of color #DB8CD3: hue angle of 306.08º 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 #DB8CD3 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 140 | 211 | - |
CMYK | 0 | 0.36 | 0.04 | 0.14 |
HSL | 306.08º | 0.52% | 0.7% | - |
HSV(B) | 306.08º | 0.36% | 0.86% | - |
XYZ | 50.35 | 38.52 | 66.41 | - |
YUV | 171.72 | 150.17 | 161.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 140 | 211 | 0 | 0.36 | 0.04 | 0.14 | 306.08 | 0.52 | 0.7 |
Hex | DB | 8C | D3 | 0 | 24 | 4 | E | 132 | 34 | 46 |
Octal | 333 | 214 | 323 | 0 | 44 | 4 | 16 | 462 | 64 | 106 |
Binary | 11011011 | 10001100 | 11010011 | 0 | 100100 | 100 | 1110 | 100110010 | 110100 | 1000110 |
Color Harmonies of #DB8CD3
Complementary color
Monochromatic Colors of #DB8CD3
Black with #DB8CD3
Text Example
Text Example
White with #DB8CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CD3; }
p { color: rgb(219,140,211); }
H1.HeaderClassName
{
color: #DB8CD3;
}
.AnyTagClassName
{
color: #DB8CD3;
}
</style>
background-color css
<style>
a { background-color: #DB8CD3; }
a { background-color: rgb(219,140,211); }
div.DivClassName
{
background-color: #DB8CD3;
}
.BgClassName
{
background-color: #DB8CD3;
}
</style>
border-color css
<style>
span { border-color: #DB8CD3; }
span { border-color: rgb(219,140,211); }
td.TdClassName
{
border-color: #DB8CD3;
}
.TagClassName
{
border-color: #DB8CD3;
}
</style>