Shades of Plum #DB9CCF
Tints of Plum #DB9CCF
RGB
CMYK
RGB Variations
Color information
#DB9CCF (or 0xDB9CCF) is known color: Plum. HEX triplet: DB, 9C and CF. RGB value is (219,156,207). Sum of RGB (Red+Green+Blue) = 219+156+207=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CCF is #246330. Grayscale: #B4B4B4. Windows color (decimal): -2384689 or 13606107. OLE color: 13606107.
HSL color Cylindrical-coordinate representation of color #DB9CCF: hue angle of 311.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CCF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 207 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.14 |
| HSL | 311.43º | 0.47% | 0.74% | - |
| HSV(B) | 311.43º | 0.29% | 0.86% | - |
| XYZ | 52.36 | 43.34 | 64.64 | - |
| YUV | 180.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 207 | 0 | 0.29 | 0.05 | 0.14 | 311.43 | 0.47 | 0.74 |
| Hex | DB | 9C | CF | 0 | 1D | 5 | E | 137 | 2F | 4A |
| Octal | 333 | 234 | 317 | 0 | 35 | 5 | 16 | 467 | 57 | 112 |
| Binary | 11011011 | 10011100 | 11001111 | 0 | 11101 | 101 | 1110 | 100110111 | 101111 | 1001010 |
Color Harmonies of #DB9CCF
Complementary color
Monochromatic Colors of #DB9CCF
Black with #DB9CCF
Text Example
Text Example
White with #DB9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CCF; }
p { color: rgb(219,156,207); }
H1.HeaderClassName
{
color: #DB9CCF;
}
.AnyTagClassName
{
color: #DB9CCF;
}
</style>
background-color css
<style>
a { background-color: #DB9CCF; }
a { background-color: rgb(219,156,207); }
div.DivClassName
{
background-color: #DB9CCF;
}
.BgClassName
{
background-color: #DB9CCF;
}
</style>
border-color css
<style>
span { border-color: #DB9CCF; }
span { border-color: rgb(219,156,207); }
td.TdClassName
{
border-color: #DB9CCF;
}
.TagClassName
{
border-color: #DB9CCF;
}
</style>