Shades of Plum #DF94D4
Tints of Plum #DF94D4
RGB
CMYK
RGB Variations
Color information
#DF94D4 (or 0xDF94D4) is known color: Plum. HEX triplet: DF, 94 and D4. RGB value is (223,148,212). Sum of RGB (Red+Green+Blue) = 223+148+212=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94D4 is #206B2B. Grayscale: #B1B1B1. Windows color (decimal): -2124588 or 13931743. OLE color: 13931743.
HSL color Cylindrical-coordinate representation of color #DF94D4: hue angle of 308.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94D4 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 148 | 212 | - |
CMYK | 0 | 0.34 | 0.05 | 0.13 |
HSL | 308.8º | 0.54% | 0.73% | - |
HSV(B) | 308.8º | 0.34% | 0.87% | - |
XYZ | 52.91 | 41.62 | 67.53 | - |
YUV | 177.72 | 147.35 | 160.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 148 | 212 | 0 | 0.34 | 0.05 | 0.13 | 308.8 | 0.54 | 0.73 |
Hex | DF | 94 | D4 | 0 | 22 | 5 | D | 135 | 36 | 49 |
Octal | 337 | 224 | 324 | 0 | 42 | 5 | 15 | 465 | 66 | 111 |
Binary | 11011111 | 10010100 | 11010100 | 0 | 100010 | 101 | 1101 | 100110101 | 110110 | 1001001 |
Color Harmonies of #DF94D4
Complementary color
Monochromatic Colors of #DF94D4
Black with #DF94D4
Text Example
Text Example
White with #DF94D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94D4; }
p { color: rgb(223,148,212); }
H1.HeaderClassName
{
color: #DF94D4;
}
.AnyTagClassName
{
color: #DF94D4;
}
</style>
background-color css
<style>
a { background-color: #DF94D4; }
a { background-color: rgb(223,148,212); }
div.DivClassName
{
background-color: #DF94D4;
}
.BgClassName
{
background-color: #DF94D4;
}
</style>
border-color css
<style>
span { border-color: #DF94D4; }
span { border-color: rgb(223,148,212); }
td.TdClassName
{
border-color: #DF94D4;
}
.TagClassName
{
border-color: #DF94D4;
}
</style>