Shades of Plum #DDAFDF
Tints of Plum #DDAFDF
RGB
CMYK
RGB Variations
Color information
#DDAFDF (or 0xDDAFDF) is known color: Plum. HEX triplet: DD, AF and DF. RGB value is (221,175,223). Sum of RGB (Red+Green+Blue) = 221+175+223=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFDF is #225020. Grayscale: #C2C2C2. Windows color (decimal): -2248737 or 14659549. OLE color: 14659549.
HSL color Cylindrical-coordinate representation of color #DDAFDF: hue angle of 297.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDAFDF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 223 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.13 |
| HSL | 297.5º | 0.43% | 0.78% | - |
| HSV(B) | 297.5º | 0.22% | 0.87% | - |
| XYZ | 58.47 | 51.36 | 76.64 | - |
| YUV | 194.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 223 | 0.01 | 0.22 | 0 | 0.13 | 297.5 | 0.43 | 0.78 |
| Hex | DD | AF | DF | 1 | 16 | 0 | D | 12A | 2B | 4E |
| Octal | 335 | 257 | 337 | 1 | 26 | 0 | 15 | 452 | 53 | 116 |
| Binary | 11011101 | 10101111 | 11011111 | 1 | 10110 | 0 | 1101 | 100101010 | 101011 | 1001110 |
Color Harmonies of #DDAFDF
Complementary color
Monochromatic Colors of #DDAFDF
Black with #DDAFDF
Text Example
Text Example
White with #DDAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFDF; }
p { color: rgb(221,175,223); }
H1.HeaderClassName
{
color: #DDAFDF;
}
.AnyTagClassName
{
color: #DDAFDF;
}
</style>
background-color css
<style>
a { background-color: #DDAFDF; }
a { background-color: rgb(221,175,223); }
div.DivClassName
{
background-color: #DDAFDF;
}
.BgClassName
{
background-color: #DDAFDF;
}
</style>
border-color css
<style>
span { border-color: #DDAFDF; }
span { border-color: rgb(221,175,223); }
td.TdClassName
{
border-color: #DDAFDF;
}
.TagClassName
{
border-color: #DDAFDF;
}
</style>