Shades of Plum #DF9CD4
Tints of Plum #DF9CD4
RGB
CMYK
RGB Variations
Color information
#DF9CD4 (or 0xDF9CD4) is known color: Plum. HEX triplet: DF, 9C and D4. RGB value is (223,156,212). Sum of RGB (Red+Green+Blue) = 223+156+212=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CD4 is #20632B. Grayscale: #B6B6B6. Windows color (decimal): -2122540 or 13933791. OLE color: 13933791.
HSL color Cylindrical-coordinate representation of color #DF9CD4: hue angle of 309.85º 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 #DF9CD4 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 156 | 212 | - |
CMYK | 0 | 0.30 | 0.05 | 0.13 |
HSL | 309.85º | 0.51% | 0.74% | - |
HSV(B) | 309.85º | 0.3% | 0.87% | - |
XYZ | 54.2 | 44.22 | 67.97 | - |
YUV | 182.42 | 144.7 | 156.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 156 | 212 | 0 | 0.30 | 0.05 | 0.13 | 309.85 | 0.51 | 0.74 |
Hex | DF | 9C | D4 | 0 | 1E | 5 | D | 136 | 33 | 4A |
Octal | 337 | 234 | 324 | 0 | 36 | 5 | 15 | 466 | 63 | 112 |
Binary | 11011111 | 10011100 | 11010100 | 0 | 11110 | 101 | 1101 | 100110110 | 110011 | 1001010 |
Color Harmonies of #DF9CD4
Complementary color
Monochromatic Colors of #DF9CD4
Black with #DF9CD4
Text Example
Text Example
White with #DF9CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CD4; }
p { color: rgb(223,156,212); }
H1.HeaderClassName
{
color: #DF9CD4;
}
.AnyTagClassName
{
color: #DF9CD4;
}
</style>
background-color css
<style>
a { background-color: #DF9CD4; }
a { background-color: rgb(223,156,212); }
div.DivClassName
{
background-color: #DF9CD4;
}
.BgClassName
{
background-color: #DF9CD4;
}
</style>
border-color css
<style>
span { border-color: #DF9CD4; }
span { border-color: rgb(223,156,212); }
td.TdClassName
{
border-color: #DF9CD4;
}
.TagClassName
{
border-color: #DF9CD4;
}
</style>