Shades of Mauve #DD95FC
Tints of Mauve #DD95FC
RGB
CMYK
RGB Variations
Color information
#DD95FC (or 0xDD95FC) is known color: Mauve. HEX triplet: DD, 95 and FC. RGB value is (221,149,252). Sum of RGB (Red+Green+Blue) = 221+149+252=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD95FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95FC is #226A03. Grayscale: #B5B5B5. Windows color (decimal): -2255364 or 16553437. OLE color: 16553437.
HSL color Cylindrical-coordinate representation of color #DD95FC: hue angle of 281.94º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD95FC is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 149 | 252 | - |
CMYK | 0.12 | 0.41 | 0 | 0.01 |
HSL | 281.94º | 0.94% | 0.79% | - |
HSV(B) | 281.94º | 0.41% | 0.99% | - |
XYZ | 58.14 | 43.9 | 97.5 | - |
YUV | 182.27 | 167.35 | 155.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 149 | 252 | 0.12 | 0.41 | 0 | 0.01 | 281.94 | 0.94 | 0.79 |
Hex | DD | 95 | FC | C | 29 | 0 | 1 | 11A | 5E | 4F |
Octal | 335 | 225 | 374 | 14 | 51 | 0 | 1 | 432 | 136 | 117 |
Binary | 11011101 | 10010101 | 11111100 | 1100 | 101001 | 0 | 1 | 100011010 | 1011110 | 1001111 |
Color Harmonies of #DD95FC
Complementary color
Monochromatic Colors of #DD95FC
Black with #DD95FC
Text Example
Text Example
White with #DD95FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95FC; }
p { color: rgb(221,149,252); }
H1.HeaderClassName
{
color: #DD95FC;
}
.AnyTagClassName
{
color: #DD95FC;
}
</style>
background-color css
<style>
a { background-color: #DD95FC; }
a { background-color: rgb(221,149,252); }
div.DivClassName
{
background-color: #DD95FC;
}
.BgClassName
{
background-color: #DD95FC;
}
</style>
border-color css
<style>
span { border-color: #DD95FC; }
span { border-color: rgb(221,149,252); }
td.TdClassName
{
border-color: #DD95FC;
}
.TagClassName
{
border-color: #DD95FC;
}
</style>