Shades of Plum #DC93D4
Tints of Plum #DC93D4
RGB
CMYK
RGB Variations
Color information
#DC93D4 (or 0xDC93D4) is known color: Plum. HEX triplet: DC, 93 and D4. RGB value is (220,147,212). Sum of RGB (Red+Green+Blue) = 220+147+212=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93D4 is #236C2B. Grayscale: #B0B0B0. Windows color (decimal): -2321452 or 13931484. OLE color: 13931484.
HSL color Cylindrical-coordinate representation of color #DC93D4: hue angle of 306.58º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC93D4 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 147 | 212 | - |
CMYK | 0 | 0.33 | 0.04 | 0.14 |
HSL | 306.58º | 0.51% | 0.72% | - |
HSV(B) | 306.58º | 0.33% | 0.86% | - |
XYZ | 51.83 | 40.84 | 67.44 | - |
YUV | 176.24 | 148.18 | 159.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 147 | 212 | 0 | 0.33 | 0.04 | 0.14 | 306.58 | 0.51 | 0.72 |
Hex | DC | 93 | D4 | 0 | 21 | 4 | E | 133 | 33 | 48 |
Octal | 334 | 223 | 324 | 0 | 41 | 4 | 16 | 463 | 63 | 110 |
Binary | 11011100 | 10010011 | 11010100 | 0 | 100001 | 100 | 1110 | 100110011 | 110011 | 1001000 |
Color Harmonies of #DC93D4
Complementary color
Monochromatic Colors of #DC93D4
Black with #DC93D4
Text Example
Text Example
White with #DC93D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93D4; }
p { color: rgb(220,147,212); }
H1.HeaderClassName
{
color: #DC93D4;
}
.AnyTagClassName
{
color: #DC93D4;
}
</style>
background-color css
<style>
a { background-color: #DC93D4; }
a { background-color: rgb(220,147,212); }
div.DivClassName
{
background-color: #DC93D4;
}
.BgClassName
{
background-color: #DC93D4;
}
</style>
border-color css
<style>
span { border-color: #DC93D4; }
span { border-color: rgb(220,147,212); }
td.TdClassName
{
border-color: #DC93D4;
}
.TagClassName
{
border-color: #DC93D4;
}
</style>