Shades of Plum #DC98E4
Tints of Plum #DC98E4
RGB
CMYK
RGB Variations
Color information
#DC98E4 (or 0xDC98E4) is known color: Plum. HEX triplet: DC, 98 and E4. RGB value is (220,152,228). Sum of RGB (Red+Green+Blue) = 220+152+228=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC98E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98E4 is #23671B. Grayscale: #B4B4B4. Windows color (decimal): -2320156 or 14981340. OLE color: 14981340.
HSL color Cylindrical-coordinate representation of color #DC98E4: hue angle of 293.68º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC98E4 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 152 | 228 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.11 |
| HSL | 293.68º | 0.58% | 0.75% | - |
| HSV(B) | 293.68º | 0.33% | 0.89% | - |
| XYZ | 54.75 | 43.27 | 78.87 | - |
| YUV | 181 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 228 | 0.04 | 0.33 | 0 | 0.11 | 293.68 | 0.58 | 0.75 |
| Hex | DC | 98 | E4 | 4 | 21 | 0 | B | 126 | 3A | 4B |
| Octal | 334 | 230 | 344 | 4 | 41 | 0 | 13 | 446 | 72 | 113 |
| Binary | 11011100 | 10011000 | 11100100 | 100 | 100001 | 0 | 1011 | 100100110 | 111010 | 1001011 |
Color Harmonies of #DC98E4
Complementary color
Monochromatic Colors of #DC98E4
Black with #DC98E4
Text Example
Text Example
White with #DC98E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98E4; }
p { color: rgb(220,152,228); }
H1.HeaderClassName
{
color: #DC98E4;
}
.AnyTagClassName
{
color: #DC98E4;
}
</style>
background-color css
<style>
a { background-color: #DC98E4; }
a { background-color: rgb(220,152,228); }
div.DivClassName
{
background-color: #DC98E4;
}
.BgClassName
{
background-color: #DC98E4;
}
</style>
border-color css
<style>
span { border-color: #DC98E4; }
span { border-color: rgb(220,152,228); }
td.TdClassName
{
border-color: #DC98E4;
}
.TagClassName
{
border-color: #DC98E4;
}
</style>