Shades of Plum #DC98DF
Tints of Plum #DC98DF
RGB
CMYK
RGB Variations
Color information
#DC98DF (or 0xDC98DF) is known color: Plum. HEX triplet: DC, 98 and DF. RGB value is (220,152,223). Sum of RGB (Red+Green+Blue) = 220+152+223=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98DF is #236720. Grayscale: #B4B4B4. Windows color (decimal): -2320161 or 14653660. OLE color: 14653660.
HSL color Cylindrical-coordinate representation of color #DC98DF: hue angle of 297.46º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC98DF is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 152 | 223 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.13 |
| HSL | 297.46º | 0.53% | 0.74% | - |
| HSV(B) | 297.46º | 0.32% | 0.87% | - |
| XYZ | 54.06 | 43 | 75.26 | - |
| YUV | 180.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 223 | 0.01 | 0.32 | 0 | 0.13 | 297.46 | 0.53 | 0.74 |
| Hex | DC | 98 | DF | 1 | 20 | 0 | D | 129 | 35 | 4A |
| Octal | 334 | 230 | 337 | 1 | 40 | 0 | 15 | 451 | 65 | 112 |
| Binary | 11011100 | 10011000 | 11011111 | 1 | 100000 | 0 | 1101 | 100101001 | 110101 | 1001010 |
Color Harmonies of #DC98DF
Complementary color
Monochromatic Colors of #DC98DF
Black with #DC98DF
Text Example
Text Example
White with #DC98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98DF; }
p { color: rgb(220,152,223); }
H1.HeaderClassName
{
color: #DC98DF;
}
.AnyTagClassName
{
color: #DC98DF;
}
</style>
background-color css
<style>
a { background-color: #DC98DF; }
a { background-color: rgb(220,152,223); }
div.DivClassName
{
background-color: #DC98DF;
}
.BgClassName
{
background-color: #DC98DF;
}
</style>
border-color css
<style>
span { border-color: #DC98DF; }
span { border-color: rgb(220,152,223); }
td.TdClassName
{
border-color: #DC98DF;
}
.TagClassName
{
border-color: #DC98DF;
}
</style>