Shades of Plum #DF9CD2
Tints of Plum #DF9CD2
RGB
CMYK
RGB Variations
Color information
#DF9CD2 (or 0xDF9CD2) is known color: Plum. HEX triplet: DF, 9C and D2. RGB value is (223,156,210). Sum of RGB (Red+Green+Blue) = 223+156+210=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CD2 is #20632D. Grayscale: #B6B6B6. Windows color (decimal): -2122542 or 13802719. OLE color: 13802719.
HSL color Cylindrical-coordinate representation of color #DF9CD2: hue angle of 311.64º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9CD2 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 210 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.13 |
| HSL | 311.64º | 0.51% | 0.74% | - |
| HSV(B) | 311.64º | 0.3% | 0.87% | - |
| XYZ | 53.95 | 44.12 | 66.64 | - |
| YUV | 182.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 210 | 0 | 0.30 | 0.06 | 0.13 | 311.64 | 0.51 | 0.74 |
| Hex | DF | 9C | D2 | 0 | 1E | 6 | D | 138 | 33 | 4A |
| Octal | 337 | 234 | 322 | 0 | 36 | 6 | 15 | 470 | 63 | 112 |
| Binary | 11011111 | 10011100 | 11010010 | 0 | 11110 | 110 | 1101 | 100111000 | 110011 | 1001010 |
Color Harmonies of #DF9CD2
Complementary color
Monochromatic Colors of #DF9CD2
Black with #DF9CD2
Text Example
Text Example
White with #DF9CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CD2; }
p { color: rgb(223,156,210); }
H1.HeaderClassName
{
color: #DF9CD2;
}
.AnyTagClassName
{
color: #DF9CD2;
}
</style>
background-color css
<style>
a { background-color: #DF9CD2; }
a { background-color: rgb(223,156,210); }
div.DivClassName
{
background-color: #DF9CD2;
}
.BgClassName
{
background-color: #DF9CD2;
}
</style>
border-color css
<style>
span { border-color: #DF9CD2; }
span { border-color: rgb(223,156,210); }
td.TdClassName
{
border-color: #DF9CD2;
}
.TagClassName
{
border-color: #DF9CD2;
}
</style>