Shades of Plum #DA9BD4
Tints of Plum #DA9BD4
RGB
CMYK
RGB Variations
Color information
#DA9BD4 (or 0xDA9BD4) is known color: Plum. HEX triplet: DA, 9B and D4. RGB value is (218,155,212). Sum of RGB (Red+Green+Blue) = 218+155+212=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BD4 is #25642B. Grayscale: #B4B4B4. Windows color (decimal): -2450476 or 13933530. OLE color: 13933530.
HSL color Cylindrical-coordinate representation of color #DA9BD4: hue angle of 305.71º 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 #DA9BD4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 212 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.15 |
| HSL | 305.71º | 0.46% | 0.73% | - |
| HSV(B) | 305.71º | 0.29% | 0.85% | - |
| XYZ | 52.52 | 43.1 | 67.84 | - |
| YUV | 180.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 212 | 0 | 0.29 | 0.03 | 0.15 | 305.71 | 0.46 | 0.73 |
| Hex | DA | 9B | D4 | 0 | 1D | 3 | F | 132 | 2E | 49 |
| Octal | 332 | 233 | 324 | 0 | 35 | 3 | 17 | 462 | 56 | 111 |
| Binary | 11011010 | 10011011 | 11010100 | 0 | 11101 | 11 | 1111 | 100110010 | 101110 | 1001001 |
Color Harmonies of #DA9BD4
Complementary color
Monochromatic Colors of #DA9BD4
Black with #DA9BD4
Text Example
Text Example
White with #DA9BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BD4; }
p { color: rgb(218,155,212); }
H1.HeaderClassName
{
color: #DA9BD4;
}
.AnyTagClassName
{
color: #DA9BD4;
}
</style>
background-color css
<style>
a { background-color: #DA9BD4; }
a { background-color: rgb(218,155,212); }
div.DivClassName
{
background-color: #DA9BD4;
}
.BgClassName
{
background-color: #DA9BD4;
}
</style>
border-color css
<style>
span { border-color: #DA9BD4; }
span { border-color: rgb(218,155,212); }
td.TdClassName
{
border-color: #DA9BD4;
}
.TagClassName
{
border-color: #DA9BD4;
}
</style>