Shades of Mauve #DD9BFC
Tints of Mauve #DD9BFC
RGB
CMYK
RGB Variations
Color information
#DD9BFC (or 0xDD9BFC) is known color: Mauve. HEX triplet: DD, 9B and FC. RGB value is (221,155,252). Sum of RGB (Red+Green+Blue) = 221+155+252=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BFC is #226403. Grayscale: #B9B9B9. Windows color (decimal): -2253828 or 16554973. OLE color: 16554973.
HSL color Cylindrical-coordinate representation of color #DD9BFC: hue angle of 280.82º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9BFC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 155 | 252 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.01 |
| HSL | 280.82º | 0.94% | 0.8% | - |
| HSV(B) | 280.82º | 0.38% | 0.99% | - |
| XYZ | 59.11 | 45.84 | 97.83 | - |
| YUV | 185.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 252 | 0.12 | 0.38 | 0 | 0.01 | 280.82 | 0.94 | 0.8 |
| Hex | DD | 9B | FC | C | 26 | 0 | 1 | 119 | 5E | 50 |
| Octal | 335 | 233 | 374 | 14 | 46 | 0 | 1 | 431 | 136 | 120 |
| Binary | 11011101 | 10011011 | 11111100 | 1100 | 100110 | 0 | 1 | 100011001 | 1011110 | 1010000 |
Color Harmonies of #DD9BFC
Complementary color
Monochromatic Colors of #DD9BFC
Black with #DD9BFC
Text Example
Text Example
White with #DD9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BFC; }
p { color: rgb(221,155,252); }
H1.HeaderClassName
{
color: #DD9BFC;
}
.AnyTagClassName
{
color: #DD9BFC;
}
</style>
background-color css
<style>
a { background-color: #DD9BFC; }
a { background-color: rgb(221,155,252); }
div.DivClassName
{
background-color: #DD9BFC;
}
.BgClassName
{
background-color: #DD9BFC;
}
</style>
border-color css
<style>
span { border-color: #DD9BFC; }
span { border-color: rgb(221,155,252); }
td.TdClassName
{
border-color: #DD9BFC;
}
.TagClassName
{
border-color: #DD9BFC;
}
</style>