Shades of Plum #DA9BCD
Tints of Plum #DA9BCD
RGB
CMYK
RGB Variations
Color information
#DA9BCD (or 0xDA9BCD) is known color: Plum. HEX triplet: DA, 9B and CD. RGB value is (218,155,205). Sum of RGB (Red+Green+Blue) = 218+155+205=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BCD is #256432. Grayscale: #B3B3B3. Windows color (decimal): -2450483 or 13474778. OLE color: 13474778.
HSL color Cylindrical-coordinate representation of color #DA9BCD: hue angle of 312.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BCD is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 205 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.15 |
| HSL | 312.38º | 0.46% | 0.73% | - |
| HSV(B) | 312.38º | 0.29% | 0.85% | - |
| XYZ | 51.65 | 42.76 | 63.29 | - |
| YUV | 179.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 205 | 0 | 0.29 | 0.06 | 0.15 | 312.38 | 0.46 | 0.73 |
| Hex | DA | 9B | CD | 0 | 1D | 6 | F | 138 | 2E | 49 |
| Octal | 332 | 233 | 315 | 0 | 35 | 6 | 17 | 470 | 56 | 111 |
| Binary | 11011010 | 10011011 | 11001101 | 0 | 11101 | 110 | 1111 | 100111000 | 101110 | 1001001 |
Color Harmonies of #DA9BCD
Complementary color
Monochromatic Colors of #DA9BCD
Black with #DA9BCD
Text Example
Text Example
White with #DA9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BCD; }
p { color: rgb(218,155,205); }
H1.HeaderClassName
{
color: #DA9BCD;
}
.AnyTagClassName
{
color: #DA9BCD;
}
</style>
background-color css
<style>
a { background-color: #DA9BCD; }
a { background-color: rgb(218,155,205); }
div.DivClassName
{
background-color: #DA9BCD;
}
.BgClassName
{
background-color: #DA9BCD;
}
</style>
border-color css
<style>
span { border-color: #DA9BCD; }
span { border-color: rgb(218,155,205); }
td.TdClassName
{
border-color: #DA9BCD;
}
.TagClassName
{
border-color: #DA9BCD;
}
</style>