Shades of Plum #DC95DF
Tints of Plum #DC95DF
RGB
CMYK
RGB Variations
Color information
#DC95DF (or 0xDC95DF) is known color: Plum. HEX triplet: DC, 95 and DF. RGB value is (220,149,223). Sum of RGB (Red+Green+Blue) = 220+149+223=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95DF is #236A20. Grayscale: #B2B2B2. Windows color (decimal): -2320929 or 14652892. OLE color: 14652892.
HSL color Cylindrical-coordinate representation of color #DC95DF: hue angle of 297.57º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC95DF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 149 | 223 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.13 |
| HSL | 297.57º | 0.54% | 0.73% | - |
| HSV(B) | 297.57º | 0.33% | 0.87% | - |
| XYZ | 53.58 | 42.04 | 75.1 | - |
| YUV | 178.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 223 | 0.01 | 0.33 | 0 | 0.13 | 297.57 | 0.54 | 0.73 |
| Hex | DC | 95 | DF | 1 | 21 | 0 | D | 12A | 36 | 49 |
| Octal | 334 | 225 | 337 | 1 | 41 | 0 | 15 | 452 | 66 | 111 |
| Binary | 11011100 | 10010101 | 11011111 | 1 | 100001 | 0 | 1101 | 100101010 | 110110 | 1001001 |
Color Harmonies of #DC95DF
Complementary color
Monochromatic Colors of #DC95DF
Black with #DC95DF
Text Example
Text Example
White with #DC95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95DF; }
p { color: rgb(220,149,223); }
H1.HeaderClassName
{
color: #DC95DF;
}
.AnyTagClassName
{
color: #DC95DF;
}
</style>
background-color css
<style>
a { background-color: #DC95DF; }
a { background-color: rgb(220,149,223); }
div.DivClassName
{
background-color: #DC95DF;
}
.BgClassName
{
background-color: #DC95DF;
}
</style>
border-color css
<style>
span { border-color: #DC95DF; }
span { border-color: rgb(220,149,223); }
td.TdClassName
{
border-color: #DC95DF;
}
.TagClassName
{
border-color: #DC95DF;
}
</style>