Shades of Plum #DCAADA
Tints of Plum #DCAADA
RGB
CMYK
RGB Variations
Color information
#DCAADA (or 0xDCAADA) is known color: Plum. HEX triplet: DC, AA and DA. RGB value is (220,170,218). Sum of RGB (Red+Green+Blue) = 220+170+218=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAADA is #235525. Grayscale: #BEBEBE. Windows color (decimal): -2315558 or 14330588. OLE color: 14330588.
HSL color Cylindrical-coordinate representation of color #DCAADA: hue angle of 302.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAADA is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 218 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.14 |
| HSL | 302.4º | 0.42% | 0.76% | - |
| HSV(B) | 302.4º | 0.23% | 0.86% | - |
| XYZ | 56.54 | 49.03 | 72.81 | - |
| YUV | 190.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 218 | 0 | 0.23 | 0.01 | 0.14 | 302.4 | 0.42 | 0.76 |
| Hex | DC | AA | DA | 0 | 17 | 1 | E | 12E | 2A | 4C |
| Octal | 334 | 252 | 332 | 0 | 27 | 1 | 16 | 456 | 52 | 114 |
| Binary | 11011100 | 10101010 | 11011010 | 0 | 10111 | 1 | 1110 | 100101110 | 101010 | 1001100 |
Color Harmonies of #DCAADA
Complementary color
Monochromatic Colors of #DCAADA
Black with #DCAADA
Text Example
Text Example
White with #DCAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAADA; }
p { color: rgb(220,170,218); }
H1.HeaderClassName
{
color: #DCAADA;
}
.AnyTagClassName
{
color: #DCAADA;
}
</style>
background-color css
<style>
a { background-color: #DCAADA; }
a { background-color: rgb(220,170,218); }
div.DivClassName
{
background-color: #DCAADA;
}
.BgClassName
{
background-color: #DCAADA;
}
</style>
border-color css
<style>
span { border-color: #DCAADA; }
span { border-color: rgb(220,170,218); }
td.TdClassName
{
border-color: #DCAADA;
}
.TagClassName
{
border-color: #DCAADA;
}
</style>