Shades of Mauve #D0ACFD
Tints of Mauve #D0ACFD
RGB
CMYK
RGB Variations
Color information
#D0ACFD (or 0xD0ACFD) is known color: Mauve. HEX triplet: D0, AC and FD. RGB value is (208,172,253). Sum of RGB (Red+Green+Blue) = 208+172+253=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACFD is #2F5302. Grayscale: #BFBFBF. Windows color (decimal): -3101443 or 16624848. OLE color: 16624848.
HSL color Cylindrical-coordinate representation of color #D0ACFD: hue angle of 266.67º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0ACFD is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 172 | 253 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.01 |
| HSL | 266.67º | 0.95% | 0.83% | - |
| HSV(B) | 266.67º | 0.32% | 0.99% | - |
| XYZ | 58.49 | 50.01 | 99.5 | - |
| YUV | 192 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 253 | 0.18 | 0.32 | 0 | 0.01 | 266.67 | 0.95 | 0.83 |
| Hex | D0 | AC | FD | 12 | 20 | 0 | 1 | 10B | 5F | 53 |
| Octal | 320 | 254 | 375 | 22 | 40 | 0 | 1 | 413 | 137 | 123 |
| Binary | 11010000 | 10101100 | 11111101 | 10010 | 100000 | 0 | 1 | 100001011 | 1011111 | 1010011 |
Color Harmonies of #D0ACFD
Complementary color
Monochromatic Colors of #D0ACFD
Black with #D0ACFD
Text Example
Text Example
White with #D0ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACFD; }
p { color: rgb(208,172,253); }
H1.HeaderClassName
{
color: #D0ACFD;
}
.AnyTagClassName
{
color: #D0ACFD;
}
</style>
background-color css
<style>
a { background-color: #D0ACFD; }
a { background-color: rgb(208,172,253); }
div.DivClassName
{
background-color: #D0ACFD;
}
.BgClassName
{
background-color: #D0ACFD;
}
</style>
border-color css
<style>
span { border-color: #D0ACFD; }
span { border-color: rgb(208,172,253); }
td.TdClassName
{
border-color: #D0ACFD;
}
.TagClassName
{
border-color: #D0ACFD;
}
</style>