Shades of Mauve #DDA5FD
Tints of Mauve #DDA5FD
RGB
CMYK
RGB Variations
Color information
#DDA5FD (or 0xDDA5FD) is known color: Mauve. HEX triplet: DD, A5 and FD. RGB value is (221,165,253). Sum of RGB (Red+Green+Blue) = 221+165+253=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5FD is #225A02. Grayscale: #BFBFBF. Windows color (decimal): -2251267 or 16623069. OLE color: 16623069.
HSL color Cylindrical-coordinate representation of color #DDA5FD: hue angle of 278.18º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDA5FD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 165 | 253 | - |
CMYK | 0.13 | 0.35 | 0 | 0.01 |
HSL | 278.18º | 0.96% | 0.82% | - |
HSV(B) | 278.18º | 0.35% | 0.99% | - |
XYZ | 61 | 49.37 | 99.24 | - |
YUV | 191.78 | 162.55 | 148.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 165 | 253 | 0.13 | 0.35 | 0 | 0.01 | 278.18 | 0.96 | 0.82 |
Hex | DD | A5 | FD | D | 23 | 0 | 1 | 116 | 60 | 52 |
Octal | 335 | 245 | 375 | 15 | 43 | 0 | 1 | 426 | 140 | 122 |
Binary | 11011101 | 10100101 | 11111101 | 1101 | 100011 | 0 | 1 | 100010110 | 1100000 | 1010010 |
Color Harmonies of #DDA5FD
Complementary color
Monochromatic Colors of #DDA5FD
Black with #DDA5FD
Text Example
Text Example
White with #DDA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5FD; }
p { color: rgb(221,165,253); }
H1.HeaderClassName
{
color: #DDA5FD;
}
.AnyTagClassName
{
color: #DDA5FD;
}
</style>
background-color css
<style>
a { background-color: #DDA5FD; }
a { background-color: rgb(221,165,253); }
div.DivClassName
{
background-color: #DDA5FD;
}
.BgClassName
{
background-color: #DDA5FD;
}
</style>
border-color css
<style>
span { border-color: #DDA5FD; }
span { border-color: rgb(221,165,253); }
td.TdClassName
{
border-color: #DDA5FD;
}
.TagClassName
{
border-color: #DDA5FD;
}
</style>