Shades of Mauve #DD95FF
Tints of Mauve #DD95FF
RGB
CMYK
RGB Variations
Color information
#DD95FF (or 0xDD95FF) is known color: Mauve. HEX triplet: DD, 95 and FF. RGB value is (221,149,255). Sum of RGB (Red+Green+Blue) = 221+149+255=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 149 (58.59% from 255 or 23.84% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95FF is #226A00. Grayscale: #B6B6B6. Windows color (decimal): -2255361 or 16750045. OLE color: 16750045.
HSL color Cylindrical-coordinate representation of color #DD95FF: hue angle of 280.75º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD95FF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 149 | 255 | - |
| CMYK | 0.13 | 0.42 | 0 | 0 |
| HSL | 280.75º | 1% | 0.79% | - |
| HSV(B) | 280.75º | 0.42% | 1% | - |
| XYZ | 58.62 | 44.09 | 100.03 | - |
| YUV | 182.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 255 | 0.13 | 0.42 | 0 | 0 | 280.75 | 1 | 0.79 |
| Hex | DD | 95 | FF | D | 2A | 0 | 0 | 119 | 64 | 4F |
| Octal | 335 | 225 | 377 | 15 | 52 | 0 | 0 | 431 | 144 | 117 |
| Binary | 11011101 | 10010101 | 11111111 | 1101 | 101010 | 0 | 0 | 100011001 | 1100100 | 1001111 |
Color Harmonies of #DD95FF
Complementary color
Monochromatic Colors of #DD95FF
Black with #DD95FF
Text Example
Text Example
White with #DD95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95FF; }
p { color: rgb(221,149,255); }
H1.HeaderClassName
{
color: #DD95FF;
}
.AnyTagClassName
{
color: #DD95FF;
}
</style>
background-color css
<style>
a { background-color: #DD95FF; }
a { background-color: rgb(221,149,255); }
div.DivClassName
{
background-color: #DD95FF;
}
.BgClassName
{
background-color: #DD95FF;
}
</style>
border-color css
<style>
span { border-color: #DD95FF; }
span { border-color: rgb(221,149,255); }
td.TdClassName
{
border-color: #DD95FF;
}
.TagClassName
{
border-color: #DD95FF;
}
</style>