Shades of Plum #DC95DA
Tints of Plum #DC95DA
RGB
CMYK
RGB Variations
Color information
#DC95DA (or 0xDC95DA) is known color: Plum. HEX triplet: DC, 95 and DA. RGB value is (220,149,218). Sum of RGB (Red+Green+Blue) = 220+149+218=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95DA is #236A25. Grayscale: #B1B1B1. Windows color (decimal): -2320934 or 14325212. OLE color: 14325212.
HSL color Cylindrical-coordinate representation of color #DC95DA: hue angle of 301.69º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95DA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 218 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.14 |
| HSL | 301.69º | 0.5% | 0.72% | - |
| HSV(B) | 301.69º | 0.32% | 0.86% | - |
| XYZ | 52.92 | 41.77 | 71.6 | - |
| YUV | 178.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 218 | 0 | 0.32 | 0.01 | 0.14 | 301.69 | 0.5 | 0.72 |
| Hex | DC | 95 | DA | 0 | 20 | 1 | E | 12E | 32 | 48 |
| Octal | 334 | 225 | 332 | 0 | 40 | 1 | 16 | 456 | 62 | 110 |
| Binary | 11011100 | 10010101 | 11011010 | 0 | 100000 | 1 | 1110 | 100101110 | 110010 | 1001000 |
Color Harmonies of #DC95DA
Complementary color
Monochromatic Colors of #DC95DA
Black with #DC95DA
Text Example
Text Example
White with #DC95DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95DA; }
p { color: rgb(220,149,218); }
H1.HeaderClassName
{
color: #DC95DA;
}
.AnyTagClassName
{
color: #DC95DA;
}
</style>
background-color css
<style>
a { background-color: #DC95DA; }
a { background-color: rgb(220,149,218); }
div.DivClassName
{
background-color: #DC95DA;
}
.BgClassName
{
background-color: #DC95DA;
}
</style>
border-color css
<style>
span { border-color: #DC95DA; }
span { border-color: rgb(220,149,218); }
td.TdClassName
{
border-color: #DC95DA;
}
.TagClassName
{
border-color: #DC95DA;
}
</style>