Shades of Mauve #DC95FA
Tints of Mauve #DC95FA
RGB
CMYK
RGB Variations
Color information
#DC95FA (or 0xDC95FA) is known color: Mauve. HEX triplet: DC, 95 and FA. RGB value is (220,149,250). Sum of RGB (Red+Green+Blue) = 220+149+250=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC95FA is #236A05. Grayscale: #B5B5B5. Windows color (decimal): -2320902 or 16422364. OLE color: 16422364.
HSL color Cylindrical-coordinate representation of color #DC95FA: hue angle of 282.18º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC95FA is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 149 | 250 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.02 |
| HSL | 282.18º | 0.91% | 0.78% | - |
| HSV(B) | 282.18º | 0.4% | 0.98% | - |
| XYZ | 57.52 | 43.61 | 95.83 | - |
| YUV | 181.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 250 | 0.12 | 0.40 | 0 | 0.02 | 282.18 | 0.91 | 0.78 |
| Hex | DC | 95 | FA | C | 28 | 0 | 2 | 11A | 5B | 4E |
| Octal | 334 | 225 | 372 | 14 | 50 | 0 | 2 | 432 | 133 | 116 |
| Binary | 11011100 | 10010101 | 11111010 | 1100 | 101000 | 0 | 10 | 100011010 | 1011011 | 1001110 |
Color Harmonies of #DC95FA
Complementary color
Monochromatic Colors of #DC95FA
Black with #DC95FA
Text Example
Text Example
White with #DC95FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95FA; }
p { color: rgb(220,149,250); }
H1.HeaderClassName
{
color: #DC95FA;
}
.AnyTagClassName
{
color: #DC95FA;
}
</style>
background-color css
<style>
a { background-color: #DC95FA; }
a { background-color: rgb(220,149,250); }
div.DivClassName
{
background-color: #DC95FA;
}
.BgClassName
{
background-color: #DC95FA;
}
</style>
border-color css
<style>
span { border-color: #DC95FA; }
span { border-color: rgb(220,149,250); }
td.TdClassName
{
border-color: #DC95FA;
}
.TagClassName
{
border-color: #DC95FA;
}
</style>