Shades of Mauve #D4A2FD
Tints of Mauve #D4A2FD
RGB
CMYK
RGB Variations
Color information
#D4A2FD (or 0xD4A2FD) is known color: Mauve. HEX triplet: D4, A2 and FD. RGB value is (212,162,253). Sum of RGB (Red+Green+Blue) = 212+162+253=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4A2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A2FD is #2B5D02. Grayscale: #BBBBBB. Windows color (decimal): -2841859 or 16622292. OLE color: 16622292.
HSL color Cylindrical-coordinate representation of color #D4A2FD: hue angle of 272.97º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4A2FD is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 162 | 253 | - |
CMYK | 0.16 | 0.36 | 0 | 0.01 |
HSL | 272.97º | 0.96% | 0.81% | - |
HSV(B) | 272.97º | 0.36% | 0.99% | - |
XYZ | 57.8 | 46.93 | 98.94 | - |
YUV | 187.32 | 165.07 | 145.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 162 | 253 | 0.16 | 0.36 | 0 | 0.01 | 272.97 | 0.96 | 0.81 |
Hex | D4 | A2 | FD | 10 | 24 | 0 | 1 | 111 | 60 | 51 |
Octal | 324 | 242 | 375 | 20 | 44 | 0 | 1 | 421 | 140 | 121 |
Binary | 11010100 | 10100010 | 11111101 | 10000 | 100100 | 0 | 1 | 100010001 | 1100000 | 1010001 |
Color Harmonies of #D4A2FD
Complementary color
Monochromatic Colors of #D4A2FD
Black with #D4A2FD
Text Example
Text Example
White with #D4A2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2FD; }
p { color: rgb(212,162,253); }
H1.HeaderClassName
{
color: #D4A2FD;
}
.AnyTagClassName
{
color: #D4A2FD;
}
</style>
background-color css
<style>
a { background-color: #D4A2FD; }
a { background-color: rgb(212,162,253); }
div.DivClassName
{
background-color: #D4A2FD;
}
.BgClassName
{
background-color: #D4A2FD;
}
</style>
border-color css
<style>
span { border-color: #D4A2FD; }
span { border-color: rgb(212,162,253); }
td.TdClassName
{
border-color: #D4A2FD;
}
.TagClassName
{
border-color: #D4A2FD;
}
</style>