Shades of Plum #DB8FD3
Tints of Plum #DB8FD3
RGB
CMYK
RGB Variations
Color information
#DB8FD3 (or 0xDB8FD3) is known color: Plum. HEX triplet: DB, 8F and D3. RGB value is (219,143,211). Sum of RGB (Red+Green+Blue) = 219+143+211=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FD3 is #24702C. Grayscale: #ADADAD. Windows color (decimal): -2388013 or 13864923. OLE color: 13864923.
HSL color Cylindrical-coordinate representation of color #DB8FD3: hue angle of 306.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8FD3 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 143 | 211 | - |
CMYK | 0 | 0.35 | 0.04 | 0.14 |
HSL | 306.32º | 0.51% | 0.71% | - |
HSV(B) | 306.32º | 0.35% | 0.86% | - |
XYZ | 50.79 | 39.41 | 66.56 | - |
YUV | 173.48 | 149.18 | 160.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 143 | 211 | 0 | 0.35 | 0.04 | 0.14 | 306.32 | 0.51 | 0.71 |
Hex | DB | 8F | D3 | 0 | 23 | 4 | E | 132 | 33 | 47 |
Octal | 333 | 217 | 323 | 0 | 43 | 4 | 16 | 462 | 63 | 107 |
Binary | 11011011 | 10001111 | 11010011 | 0 | 100011 | 100 | 1110 | 100110010 | 110011 | 1000111 |
Color Harmonies of #DB8FD3
Complementary color
Monochromatic Colors of #DB8FD3
Black with #DB8FD3
Text Example
Text Example
White with #DB8FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FD3; }
p { color: rgb(219,143,211); }
H1.HeaderClassName
{
color: #DB8FD3;
}
.AnyTagClassName
{
color: #DB8FD3;
}
</style>
background-color css
<style>
a { background-color: #DB8FD3; }
a { background-color: rgb(219,143,211); }
div.DivClassName
{
background-color: #DB8FD3;
}
.BgClassName
{
background-color: #DB8FD3;
}
</style>
border-color css
<style>
span { border-color: #DB8FD3; }
span { border-color: rgb(219,143,211); }
td.TdClassName
{
border-color: #DB8FD3;
}
.TagClassName
{
border-color: #DB8FD3;
}
</style>