Shades of Plum #DA9ECB
Tints of Plum #DA9ECB
RGB
CMYK
RGB Variations
Color information
#DA9ECB (or 0xDA9ECB) is known color: Plum. HEX triplet: DA, 9E and CB. RGB value is (218,158,203). Sum of RGB (Red+Green+Blue) = 218+158+203=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ECB is #256134. Grayscale: #B4B4B4. Windows color (decimal): -2449717 or 13344474. OLE color: 13344474.
HSL color Cylindrical-coordinate representation of color #DA9ECB: hue angle of 315º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9ECB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 203 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.15 |
| HSL | 315º | 0.45% | 0.74% | - |
| HSV(B) | 315º | 0.28% | 0.85% | - |
| XYZ | 51.92 | 43.67 | 62.19 | - |
| YUV | 181.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 203 | 0 | 0.28 | 0.07 | 0.15 | 315 | 0.45 | 0.74 |
| Hex | DA | 9E | CB | 0 | 1C | 7 | F | 13B | 2D | 4A |
| Octal | 332 | 236 | 313 | 0 | 34 | 7 | 17 | 473 | 55 | 112 |
| Binary | 11011010 | 10011110 | 11001011 | 0 | 11100 | 111 | 1111 | 100111011 | 101101 | 1001010 |
Color Harmonies of #DA9ECB
Complementary color
Monochromatic Colors of #DA9ECB
Black with #DA9ECB
Text Example
Text Example
White with #DA9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9ECB; }
p { color: rgb(218,158,203); }
H1.HeaderClassName
{
color: #DA9ECB;
}
.AnyTagClassName
{
color: #DA9ECB;
}
</style>
background-color css
<style>
a { background-color: #DA9ECB; }
a { background-color: rgb(218,158,203); }
div.DivClassName
{
background-color: #DA9ECB;
}
.BgClassName
{
background-color: #DA9ECB;
}
</style>
border-color css
<style>
span { border-color: #DA9ECB; }
span { border-color: rgb(218,158,203); }
td.TdClassName
{
border-color: #DA9ECB;
}
.TagClassName
{
border-color: #DA9ECB;
}
</style>