Shades of Mauve #DAAAFD
Tints of Mauve #DAAAFD
RGB
CMYK
RGB Variations
Color information
#DAAAFD (or 0xDAAAFD) is known color: Mauve. HEX triplet: DA, AA and FD. RGB value is (218,170,253). Sum of RGB (Red+Green+Blue) = 218+170+253=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAFD is #255502. Grayscale: #C1C1C1. Windows color (decimal): -2446595 or 16624346. OLE color: 16624346.
HSL color Cylindrical-coordinate representation of color #DAAAFD: hue angle of 274.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAAAFD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 170 | 253 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.01 |
| HSL | 274.7º | 0.95% | 0.83% | - |
| HSV(B) | 274.7º | 0.33% | 0.99% | - |
| XYZ | 61.02 | 50.75 | 99.51 | - |
| YUV | 193.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 253 | 0.14 | 0.33 | 0 | 0.01 | 274.7 | 0.95 | 0.83 |
| Hex | DA | AA | FD | E | 21 | 0 | 1 | 113 | 5F | 53 |
| Octal | 332 | 252 | 375 | 16 | 41 | 0 | 1 | 423 | 137 | 123 |
| Binary | 11011010 | 10101010 | 11111101 | 1110 | 100001 | 0 | 1 | 100010011 | 1011111 | 1010011 |
Color Harmonies of #DAAAFD
Complementary color
Monochromatic Colors of #DAAAFD
Black with #DAAAFD
Text Example
Text Example
White with #DAAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAFD; }
p { color: rgb(218,170,253); }
H1.HeaderClassName
{
color: #DAAAFD;
}
.AnyTagClassName
{
color: #DAAAFD;
}
</style>
background-color css
<style>
a { background-color: #DAAAFD; }
a { background-color: rgb(218,170,253); }
div.DivClassName
{
background-color: #DAAAFD;
}
.BgClassName
{
background-color: #DAAAFD;
}
</style>
border-color css
<style>
span { border-color: #DAAAFD; }
span { border-color: rgb(218,170,253); }
td.TdClassName
{
border-color: #DAAAFD;
}
.TagClassName
{
border-color: #DAAAFD;
}
</style>