Shades of Plum #DCAFDD
Tints of Plum #DCAFDD
RGB
CMYK
RGB Variations
Color information
#DCAFDD (or 0xDCAFDD) is known color: Plum. HEX triplet: DC, AF and DD. RGB value is (220,175,221). Sum of RGB (Red+Green+Blue) = 220+175+221=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFDD is #235022. Grayscale: #C1C1C1. Windows color (decimal): -2314275 or 14528476. OLE color: 14528476.
HSL color Cylindrical-coordinate representation of color #DCAFDD: hue angle of 298.7º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAFDD is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 175 | 221 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.13 |
| HSL | 298.7º | 0.4% | 0.78% | - |
| HSV(B) | 298.7º | 0.21% | 0.87% | - |
| XYZ | 57.9 | 51.1 | 75.22 | - |
| YUV | 193.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 221 | 0.00 | 0.21 | 0 | 0.13 | 298.7 | 0.4 | 0.78 |
| Hex | DC | AF | DD | 0 | 15 | 0 | D | 12B | 28 | 4E |
| Octal | 334 | 257 | 335 | 0 | 25 | 0 | 15 | 453 | 50 | 116 |
| Binary | 11011100 | 10101111 | 11011101 | 0 | 10101 | 0 | 1101 | 100101011 | 101000 | 1001110 |
Color Harmonies of #DCAFDD
Complementary color
Monochromatic Colors of #DCAFDD
Black with #DCAFDD
Text Example
Text Example
White with #DCAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFDD; }
p { color: rgb(220,175,221); }
H1.HeaderClassName
{
color: #DCAFDD;
}
.AnyTagClassName
{
color: #DCAFDD;
}
</style>
background-color css
<style>
a { background-color: #DCAFDD; }
a { background-color: rgb(220,175,221); }
div.DivClassName
{
background-color: #DCAFDD;
}
.BgClassName
{
background-color: #DCAFDD;
}
</style>
border-color css
<style>
span { border-color: #DCAFDD; }
span { border-color: rgb(220,175,221); }
td.TdClassName
{
border-color: #DCAFDD;
}
.TagClassName
{
border-color: #DCAFDD;
}
</style>