Shades of Plum #DA9ACF
Tints of Plum #DA9ACF
RGB
CMYK
RGB Variations
Color information
#DA9ACF (or 0xDA9ACF) is known color: Plum. HEX triplet: DA, 9A and CF. RGB value is (218,154,207). Sum of RGB (Red+Green+Blue) = 218+154+207=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ACF is #256530. Grayscale: #B3B3B3. Windows color (decimal): -2450737 or 13605594. OLE color: 13605594.
HSL color Cylindrical-coordinate representation of color #DA9ACF: hue angle of 310.31º 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 #DA9ACF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 207 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.15 |
| HSL | 310.31º | 0.46% | 0.73% | - |
| HSV(B) | 310.31º | 0.29% | 0.85% | - |
| XYZ | 51.73 | 42.52 | 64.51 | - |
| YUV | 179.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 207 | 0 | 0.29 | 0.05 | 0.15 | 310.31 | 0.46 | 0.73 |
| Hex | DA | 9A | CF | 0 | 1D | 5 | F | 136 | 2E | 49 |
| Octal | 332 | 232 | 317 | 0 | 35 | 5 | 17 | 466 | 56 | 111 |
| Binary | 11011010 | 10011010 | 11001111 | 0 | 11101 | 101 | 1111 | 100110110 | 101110 | 1001001 |
Color Harmonies of #DA9ACF
Complementary color
Monochromatic Colors of #DA9ACF
Black with #DA9ACF
Text Example
Text Example
White with #DA9ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9ACF; }
p { color: rgb(218,154,207); }
H1.HeaderClassName
{
color: #DA9ACF;
}
.AnyTagClassName
{
color: #DA9ACF;
}
</style>
background-color css
<style>
a { background-color: #DA9ACF; }
a { background-color: rgb(218,154,207); }
div.DivClassName
{
background-color: #DA9ACF;
}
.BgClassName
{
background-color: #DA9ACF;
}
</style>
border-color css
<style>
span { border-color: #DA9ACF; }
span { border-color: rgb(218,154,207); }
td.TdClassName
{
border-color: #DA9ACF;
}
.TagClassName
{
border-color: #DA9ACF;
}
</style>