Shades of Mauve #DC9CF2
Tints of Mauve #DC9CF2
RGB
CMYK
RGB Variations
Color information
#DC9CF2 (or 0xDC9CF2) is known color: Mauve. HEX triplet: DC, 9C and F2. RGB value is (220,156,242). Sum of RGB (Red+Green+Blue) = 220+156+242=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC9CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CF2 is #23630D. Grayscale: #B8B8B8. Windows color (decimal): -2319118 or 15899868. OLE color: 15899868.
HSL color Cylindrical-coordinate representation of color #DC9CF2: hue angle of 284.65º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9CF2 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 156 | 242 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.05 |
| HSL | 284.65º | 0.77% | 0.78% | - |
| HSV(B) | 284.65º | 0.36% | 0.95% | - |
| XYZ | 57.43 | 45.4 | 89.74 | - |
| YUV | 184.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 242 | 0.09 | 0.36 | 0 | 0.05 | 284.65 | 0.77 | 0.78 |
| Hex | DC | 9C | F2 | 9 | 24 | 0 | 5 | 11D | 4D | 4E |
| Octal | 334 | 234 | 362 | 11 | 44 | 0 | 5 | 435 | 115 | 116 |
| Binary | 11011100 | 10011100 | 11110010 | 1001 | 100100 | 0 | 101 | 100011101 | 1001101 | 1001110 |
Color Harmonies of #DC9CF2
Complementary color
Monochromatic Colors of #DC9CF2
Black with #DC9CF2
Text Example
Text Example
White with #DC9CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CF2; }
p { color: rgb(220,156,242); }
H1.HeaderClassName
{
color: #DC9CF2;
}
.AnyTagClassName
{
color: #DC9CF2;
}
</style>
background-color css
<style>
a { background-color: #DC9CF2; }
a { background-color: rgb(220,156,242); }
div.DivClassName
{
background-color: #DC9CF2;
}
.BgClassName
{
background-color: #DC9CF2;
}
</style>
border-color css
<style>
span { border-color: #DC9CF2; }
span { border-color: rgb(220,156,242); }
td.TdClassName
{
border-color: #DC9CF2;
}
.TagClassName
{
border-color: #DC9CF2;
}
</style>