Shades of Mauve #DD96FB
Tints of Mauve #DD96FB
RGB
CMYK
RGB Variations
Color information
#DD96FB (or 0xDD96FB) is known color: Mauve. HEX triplet: DD, 96 and FB. RGB value is (221,150,251). Sum of RGB (Red+Green+Blue) = 221+150+251=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD96FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD96FB is #226904. Grayscale: #B6B6B6. Windows color (decimal): -2255109 or 16488157. OLE color: 16488157.
HSL color Cylindrical-coordinate representation of color #DD96FB: hue angle of 282.18º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD96FB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 150 | 251 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.02 |
| HSL | 282.18º | 0.93% | 0.79% | - |
| HSV(B) | 282.18º | 0.4% | 0.98% | - |
| XYZ | 58.14 | 44.15 | 96.72 | - |
| YUV | 182.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 251 | 0.12 | 0.40 | 0 | 0.02 | 282.18 | 0.93 | 0.79 |
| Hex | DD | 96 | FB | C | 28 | 0 | 2 | 11A | 5D | 4F |
| Octal | 335 | 226 | 373 | 14 | 50 | 0 | 2 | 432 | 135 | 117 |
| Binary | 11011101 | 10010110 | 11111011 | 1100 | 101000 | 0 | 10 | 100011010 | 1011101 | 1001111 |
Color Harmonies of #DD96FB
Complementary color
Monochromatic Colors of #DD96FB
Black with #DD96FB
Text Example
Text Example
White with #DD96FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96FB; }
p { color: rgb(221,150,251); }
H1.HeaderClassName
{
color: #DD96FB;
}
.AnyTagClassName
{
color: #DD96FB;
}
</style>
background-color css
<style>
a { background-color: #DD96FB; }
a { background-color: rgb(221,150,251); }
div.DivClassName
{
background-color: #DD96FB;
}
.BgClassName
{
background-color: #DD96FB;
}
</style>
border-color css
<style>
span { border-color: #DD96FB; }
span { border-color: rgb(221,150,251); }
td.TdClassName
{
border-color: #DD96FB;
}
.TagClassName
{
border-color: #DD96FB;
}
</style>