Shades of Mauve #DD93FB
Tints of Mauve #DD93FB
RGB
CMYK
RGB Variations
Color information
#DD93FB (or 0xDD93FB) is known color: Mauve. HEX triplet: DD, 93 and FB. RGB value is (221,147,251). Sum of RGB (Red+Green+Blue) = 221+147+251=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD93FB is #226C04. Grayscale: #B4B4B4. Windows color (decimal): -2255877 or 16487389. OLE color: 16487389.
HSL color Cylindrical-coordinate representation of color #DD93FB: hue angle of 282.69º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD93FB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 147 | 251 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.02 |
| HSL | 282.69º | 0.93% | 0.78% | - |
| HSV(B) | 282.69º | 0.41% | 0.98% | - |
| XYZ | 57.67 | 43.2 | 96.57 | - |
| YUV | 180.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 251 | 0.12 | 0.41 | 0 | 0.02 | 282.69 | 0.93 | 0.78 |
| Hex | DD | 93 | FB | C | 29 | 0 | 2 | 11B | 5D | 4E |
| Octal | 335 | 223 | 373 | 14 | 51 | 0 | 2 | 433 | 135 | 116 |
| Binary | 11011101 | 10010011 | 11111011 | 1100 | 101001 | 0 | 10 | 100011011 | 1011101 | 1001110 |
Color Harmonies of #DD93FB
Complementary color
Monochromatic Colors of #DD93FB
Black with #DD93FB
Text Example
Text Example
White with #DD93FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93FB; }
p { color: rgb(221,147,251); }
H1.HeaderClassName
{
color: #DD93FB;
}
.AnyTagClassName
{
color: #DD93FB;
}
</style>
background-color css
<style>
a { background-color: #DD93FB; }
a { background-color: rgb(221,147,251); }
div.DivClassName
{
background-color: #DD93FB;
}
.BgClassName
{
background-color: #DD93FB;
}
</style>
border-color css
<style>
span { border-color: #DD93FB; }
span { border-color: rgb(221,147,251); }
td.TdClassName
{
border-color: #DD93FB;
}
.TagClassName
{
border-color: #DD93FB;
}
</style>