Shades of Mauve #D4ACFD
Tints of Mauve #D4ACFD
RGB
CMYK
RGB Variations
Color information
#D4ACFD (or 0xD4ACFD) is known color: Mauve. HEX triplet: D4, AC and FD. RGB value is (212,172,253). Sum of RGB (Red+Green+Blue) = 212+172+253=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACFD is #2B5302. Grayscale: #C0C0C0. Windows color (decimal): -2839299 or 16624852. OLE color: 16624852.
HSL color Cylindrical-coordinate representation of color #D4ACFD: hue angle of 269.63º 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 #D4ACFD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 172 | 253 | - |
CMYK | 0.16 | 0.32 | 0 | 0.01 |
HSL | 269.63º | 0.95% | 0.83% | - |
HSV(B) | 269.63º | 0.32% | 0.99% | - |
XYZ | 59.63 | 50.59 | 99.55 | - |
YUV | 193.19 | 161.75 | 141.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 172 | 253 | 0.16 | 0.32 | 0 | 0.01 | 269.63 | 0.95 | 0.83 |
Hex | D4 | AC | FD | 10 | 20 | 0 | 1 | 10E | 5F | 53 |
Octal | 324 | 254 | 375 | 20 | 40 | 0 | 1 | 416 | 137 | 123 |
Binary | 11010100 | 10101100 | 11111101 | 10000 | 100000 | 0 | 1 | 100001110 | 1011111 | 1010011 |
Color Harmonies of #D4ACFD
Complementary color
Monochromatic Colors of #D4ACFD
Black with #D4ACFD
Text Example
Text Example
White with #D4ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ACFD; }
p { color: rgb(212,172,253); }
H1.HeaderClassName
{
color: #D4ACFD;
}
.AnyTagClassName
{
color: #D4ACFD;
}
</style>
background-color css
<style>
a { background-color: #D4ACFD; }
a { background-color: rgb(212,172,253); }
div.DivClassName
{
background-color: #D4ACFD;
}
.BgClassName
{
background-color: #D4ACFD;
}
</style>
border-color css
<style>
span { border-color: #D4ACFD; }
span { border-color: rgb(212,172,253); }
td.TdClassName
{
border-color: #D4ACFD;
}
.TagClassName
{
border-color: #D4ACFD;
}
</style>