Shades of Plum #DA9BCC
Tints of Plum #DA9BCC
RGB
CMYK
RGB Variations
Color information
#DA9BCC (or 0xDA9BCC) is known color: Plum. HEX triplet: DA, 9B and CC. RGB value is (218,155,204). Sum of RGB (Red+Green+Blue) = 218+155+204=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BCC is #256433. Grayscale: #B3B3B3. Windows color (decimal): -2450484 or 13409242. OLE color: 13409242.
HSL color Cylindrical-coordinate representation of color #DA9BCC: hue angle of 313.33º 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 #DA9BCC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 204 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.15 |
| HSL | 313.33º | 0.46% | 0.73% | - |
| HSV(B) | 313.33º | 0.29% | 0.85% | - |
| XYZ | 51.53 | 42.71 | 62.65 | - |
| YUV | 179.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 204 | 0 | 0.29 | 0.06 | 0.15 | 313.33 | 0.46 | 0.73 |
| Hex | DA | 9B | CC | 0 | 1D | 6 | F | 139 | 2E | 49 |
| Octal | 332 | 233 | 314 | 0 | 35 | 6 | 17 | 471 | 56 | 111 |
| Binary | 11011010 | 10011011 | 11001100 | 0 | 11101 | 110 | 1111 | 100111001 | 101110 | 1001001 |
Color Harmonies of #DA9BCC
Complementary color
Monochromatic Colors of #DA9BCC
Black with #DA9BCC
Text Example
Text Example
White with #DA9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BCC; }
p { color: rgb(218,155,204); }
H1.HeaderClassName
{
color: #DA9BCC;
}
.AnyTagClassName
{
color: #DA9BCC;
}
</style>
background-color css
<style>
a { background-color: #DA9BCC; }
a { background-color: rgb(218,155,204); }
div.DivClassName
{
background-color: #DA9BCC;
}
.BgClassName
{
background-color: #DA9BCC;
}
</style>
border-color css
<style>
span { border-color: #DA9BCC; }
span { border-color: rgb(218,155,204); }
td.TdClassName
{
border-color: #DA9BCC;
}
.TagClassName
{
border-color: #DA9BCC;
}
</style>