Shades of Mauve #DD9FFC
Tints of Mauve #DD9FFC
RGB
CMYK
RGB Variations
Color information
#DD9FFC (or 0xDD9FFC) is known color: Mauve. HEX triplet: DD, 9F and FC. RGB value is (221,159,252). Sum of RGB (Red+Green+Blue) = 221+159+252=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FFC is #226003. Grayscale: #BBBBBB. Windows color (decimal): -2252804 or 16555997. OLE color: 16555997.
HSL color Cylindrical-coordinate representation of color #DD9FFC: hue angle of 280º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9FFC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 159 | 252 | - |
CMYK | 0.12 | 0.37 | 0 | 0.01 |
HSL | 280º | 0.94% | 0.81% | - |
HSV(B) | 280º | 0.37% | 0.99% | - |
XYZ | 59.79 | 47.2 | 98.05 | - |
YUV | 188.14 | 164.04 | 151.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 159 | 252 | 0.12 | 0.37 | 0 | 0.01 | 280 | 0.94 | 0.81 |
Hex | DD | 9F | FC | C | 25 | 0 | 1 | 118 | 5E | 51 |
Octal | 335 | 237 | 374 | 14 | 45 | 0 | 1 | 430 | 136 | 121 |
Binary | 11011101 | 10011111 | 11111100 | 1100 | 100101 | 0 | 1 | 100011000 | 1011110 | 1010001 |
Color Harmonies of #DD9FFC
Complementary color
Monochromatic Colors of #DD9FFC
Black with #DD9FFC
Text Example
Text Example
White with #DD9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FFC; }
p { color: rgb(221,159,252); }
H1.HeaderClassName
{
color: #DD9FFC;
}
.AnyTagClassName
{
color: #DD9FFC;
}
</style>
background-color css
<style>
a { background-color: #DD9FFC; }
a { background-color: rgb(221,159,252); }
div.DivClassName
{
background-color: #DD9FFC;
}
.BgClassName
{
background-color: #DD9FFC;
}
</style>
border-color css
<style>
span { border-color: #DD9FFC; }
span { border-color: rgb(221,159,252); }
td.TdClassName
{
border-color: #DD9FFC;
}
.TagClassName
{
border-color: #DD9FFC;
}
</style>