Shades of Plum #DA9BDF
Tints of Plum #DA9BDF
RGB
CMYK
RGB Variations
Color information
#DA9BDF (or 0xDA9BDF) is known color: Plum. HEX triplet: DA, 9B and DF. RGB value is (218,155,223). Sum of RGB (Red+Green+Blue) = 218+155+223=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BDF is #256420. Grayscale: #B5B5B5. Windows color (decimal): -2450465 or 14654426. OLE color: 14654426.
HSL color Cylindrical-coordinate representation of color #DA9BDF: hue angle of 295.59º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9BDF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 155 | 223 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.13 |
| HSL | 295.59º | 0.52% | 0.74% | - |
| HSV(B) | 295.59º | 0.3% | 0.87% | - |
| XYZ | 53.95 | 43.68 | 75.4 | - |
| YUV | 181.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 223 | 0.02 | 0.30 | 0 | 0.13 | 295.59 | 0.52 | 0.74 |
| Hex | DA | 9B | DF | 2 | 1E | 0 | D | 128 | 34 | 4A |
| Octal | 332 | 233 | 337 | 2 | 36 | 0 | 15 | 450 | 64 | 112 |
| Binary | 11011010 | 10011011 | 11011111 | 10 | 11110 | 0 | 1101 | 100101000 | 110100 | 1001010 |
Color Harmonies of #DA9BDF
Complementary color
Monochromatic Colors of #DA9BDF
Black with #DA9BDF
Text Example
Text Example
White with #DA9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BDF; }
p { color: rgb(218,155,223); }
H1.HeaderClassName
{
color: #DA9BDF;
}
.AnyTagClassName
{
color: #DA9BDF;
}
</style>
background-color css
<style>
a { background-color: #DA9BDF; }
a { background-color: rgb(218,155,223); }
div.DivClassName
{
background-color: #DA9BDF;
}
.BgClassName
{
background-color: #DA9BDF;
}
</style>
border-color css
<style>
span { border-color: #DA9BDF; }
span { border-color: rgb(218,155,223); }
td.TdClassName
{
border-color: #DA9BDF;
}
.TagClassName
{
border-color: #DA9BDF;
}
</style>