Shades of Plum #DF9AD2
Tints of Plum #DF9AD2
RGB
CMYK
RGB Variations
Color information
#DF9AD2 (or 0xDF9AD2) is known color: Plum. HEX triplet: DF, 9A and D2. RGB value is (223,154,210). Sum of RGB (Red+Green+Blue) = 223+154+210=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AD2 is #20652D. Grayscale: #B4B4B4. Windows color (decimal): -2123054 or 13802207. OLE color: 13802207.
HSL color Cylindrical-coordinate representation of color #DF9AD2: hue angle of 311.3º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9AD2 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 210 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.13 |
| HSL | 311.3º | 0.52% | 0.74% | - |
| HSV(B) | 311.3º | 0.31% | 0.87% | - |
| XYZ | 53.62 | 43.45 | 66.53 | - |
| YUV | 181.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 210 | 0 | 0.31 | 0.06 | 0.13 | 311.3 | 0.52 | 0.74 |
| Hex | DF | 9A | D2 | 0 | 1F | 6 | D | 137 | 34 | 4A |
| Octal | 337 | 232 | 322 | 0 | 37 | 6 | 15 | 467 | 64 | 112 |
| Binary | 11011111 | 10011010 | 11010010 | 0 | 11111 | 110 | 1101 | 100110111 | 110100 | 1001010 |
Color Harmonies of #DF9AD2
Complementary color
Monochromatic Colors of #DF9AD2
Black with #DF9AD2
Text Example
Text Example
White with #DF9AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AD2; }
p { color: rgb(223,154,210); }
H1.HeaderClassName
{
color: #DF9AD2;
}
.AnyTagClassName
{
color: #DF9AD2;
}
</style>
background-color css
<style>
a { background-color: #DF9AD2; }
a { background-color: rgb(223,154,210); }
div.DivClassName
{
background-color: #DF9AD2;
}
.BgClassName
{
background-color: #DF9AD2;
}
</style>
border-color css
<style>
span { border-color: #DF9AD2; }
span { border-color: rgb(223,154,210); }
td.TdClassName
{
border-color: #DF9AD2;
}
.TagClassName
{
border-color: #DF9AD2;
}
</style>