Shades of Mauve #DD9DF4
Tints of Mauve #DD9DF4
RGB
CMYK
RGB Variations
Color information
#DD9DF4 (or 0xDD9DF4) is known color: Mauve. HEX triplet: DD, 9D and F4. RGB value is (221,157,244). Sum of RGB (Red+Green+Blue) = 221+157+244=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD9DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DF4 is #22620B. Grayscale: #B9B9B9. Windows color (decimal): -2253324 or 16031197. OLE color: 16031197.
HSL color Cylindrical-coordinate representation of color #DD9DF4: hue angle of 284.14º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD9DF4 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 157 | 244 | - |
CMYK | 0.09 | 0.36 | 0 | 0.04 |
HSL | 284.14º | 0.8% | 0.79% | - |
HSV(B) | 284.14º | 0.36% | 0.96% | - |
XYZ | 58.2 | 46.02 | 91.4 | - |
YUV | 186.05 | 160.7 | 152.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 157 | 244 | 0.09 | 0.36 | 0 | 0.04 | 284.14 | 0.8 | 0.79 |
Hex | DD | 9D | F4 | 9 | 24 | 0 | 4 | 11C | 50 | 4F |
Octal | 335 | 235 | 364 | 11 | 44 | 0 | 4 | 434 | 120 | 117 |
Binary | 11011101 | 10011101 | 11110100 | 1001 | 100100 | 0 | 100 | 100011100 | 1010000 | 1001111 |
Color Harmonies of #DD9DF4
Complementary color
Monochromatic Colors of #DD9DF4
Black with #DD9DF4
Text Example
Text Example
White with #DD9DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DF4; }
p { color: rgb(221,157,244); }
H1.HeaderClassName
{
color: #DD9DF4;
}
.AnyTagClassName
{
color: #DD9DF4;
}
</style>
background-color css
<style>
a { background-color: #DD9DF4; }
a { background-color: rgb(221,157,244); }
div.DivClassName
{
background-color: #DD9DF4;
}
.BgClassName
{
background-color: #DD9DF4;
}
</style>
border-color css
<style>
span { border-color: #DD9DF4; }
span { border-color: rgb(221,157,244); }
td.TdClassName
{
border-color: #DD9DF4;
}
.TagClassName
{
border-color: #DD9DF4;
}
</style>