Shades of Plum #DC93F1
Tints of Plum #DC93F1
RGB
CMYK
RGB Variations
Color information
#DC93F1 (or 0xDC93F1) is known color: Plum. HEX triplet: DC, 93 and F1. RGB value is (220,147,241). Sum of RGB (Red+Green+Blue) = 220+147+241=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93F1 is #236C0E. Grayscale: #B3B3B3. Windows color (decimal): -2321423 or 15832028. OLE color: 15832028.
HSL color Cylindrical-coordinate representation of color #DC93F1: hue angle of 286.6º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC93F1 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 147 | 241 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.05 |
| HSL | 286.6º | 0.77% | 0.76% | - |
| HSV(B) | 286.6º | 0.39% | 0.95% | - |
| XYZ | 55.83 | 42.43 | 88.47 | - |
| YUV | 179.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 241 | 0.09 | 0.39 | 0 | 0.05 | 286.6 | 0.77 | 0.76 |
| Hex | DC | 93 | F1 | 9 | 27 | 0 | 5 | 11F | 4D | 4C |
| Octal | 334 | 223 | 361 | 11 | 47 | 0 | 5 | 437 | 115 | 114 |
| Binary | 11011100 | 10010011 | 11110001 | 1001 | 100111 | 0 | 101 | 100011111 | 1001101 | 1001100 |
Color Harmonies of #DC93F1
Complementary color
Monochromatic Colors of #DC93F1
Black with #DC93F1
Text Example
Text Example
White with #DC93F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93F1; }
p { color: rgb(220,147,241); }
H1.HeaderClassName
{
color: #DC93F1;
}
.AnyTagClassName
{
color: #DC93F1;
}
</style>
background-color css
<style>
a { background-color: #DC93F1; }
a { background-color: rgb(220,147,241); }
div.DivClassName
{
background-color: #DC93F1;
}
.BgClassName
{
background-color: #DC93F1;
}
</style>
border-color css
<style>
span { border-color: #DC93F1; }
span { border-color: rgb(220,147,241); }
td.TdClassName
{
border-color: #DC93F1;
}
.TagClassName
{
border-color: #DC93F1;
}
</style>