Shades of Mauve #DC9DFF
Tints of Mauve #DC9DFF
RGB
CMYK
RGB Variations
Color information
#DC9DFF (or 0xDC9DFF) is known color: Mauve. HEX triplet: DC, 9D and FF. RGB value is (220,157,255). Sum of RGB (Red+Green+Blue) = 220+157+255=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DFF is #236200. Grayscale: #BABABA. Windows color (decimal): -2318849 or 16752092. OLE color: 16752092.
HSL color Cylindrical-coordinate representation of color #DC9DFF: hue angle of 278.57º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9DFF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 157 | 255 | - |
| CMYK | 0.14 | 0.38 | 0 | 0 |
| HSL | 278.57º | 1% | 0.81% | - |
| HSV(B) | 278.57º | 0.38% | 1% | - |
| XYZ | 59.62 | 46.55 | 100.45 | - |
| YUV | 187.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 255 | 0.14 | 0.38 | 0 | 0 | 278.57 | 1 | 0.81 |
| Hex | DC | 9D | FF | E | 26 | 0 | 0 | 117 | 64 | 51 |
| Octal | 334 | 235 | 377 | 16 | 46 | 0 | 0 | 427 | 144 | 121 |
| Binary | 11011100 | 10011101 | 11111111 | 1110 | 100110 | 0 | 0 | 100010111 | 1100100 | 1010001 |
Color Harmonies of #DC9DFF
Complementary color
Monochromatic Colors of #DC9DFF
Black with #DC9DFF
Text Example
Text Example
White with #DC9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DFF; }
p { color: rgb(220,157,255); }
H1.HeaderClassName
{
color: #DC9DFF;
}
.AnyTagClassName
{
color: #DC9DFF;
}
</style>
background-color css
<style>
a { background-color: #DC9DFF; }
a { background-color: rgb(220,157,255); }
div.DivClassName
{
background-color: #DC9DFF;
}
.BgClassName
{
background-color: #DC9DFF;
}
</style>
border-color css
<style>
span { border-color: #DC9DFF; }
span { border-color: rgb(220,157,255); }
td.TdClassName
{
border-color: #DC9DFF;
}
.TagClassName
{
border-color: #DC9DFF;
}
</style>