Shades of Mauve #D592FD
Tints of Mauve #D592FD
RGB
CMYK
RGB Variations
Color information
#D592FD (or 0xD592FD) is known color: Mauve. HEX triplet: D5, 92 and FD. RGB value is (213,146,253). Sum of RGB (Red+Green+Blue) = 213+146+253=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #D592FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592FD is #2A6D02. Grayscale: #B1B1B1. Windows color (decimal): -2780419 or 16618197. OLE color: 16618197.
HSL color Cylindrical-coordinate representation of color #D592FD: hue angle of 277.57º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D592FD is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 146 | 253 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.01 |
| HSL | 277.57º | 0.96% | 0.78% | - |
| HSV(B) | 277.57º | 0.42% | 0.99% | - |
| XYZ | 55.45 | 41.8 | 98.07 | - |
| YUV | 178.23 | 170.2 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 253 | 0.16 | 0.42 | 0 | 0.01 | 277.57 | 0.96 | 0.78 |
| Hex | D5 | 92 | FD | 10 | 2A | 0 | 1 | 116 | 60 | 4E |
| Octal | 325 | 222 | 375 | 20 | 52 | 0 | 1 | 426 | 140 | 116 |
| Binary | 11010101 | 10010010 | 11111101 | 10000 | 101010 | 0 | 1 | 100010110 | 1100000 | 1001110 |
Color Harmonies of #D592FD
Complementary color
Monochromatic Colors of #D592FD
Black with #D592FD
Text Example
Text Example
White with #D592FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592FD; }
p { color: rgb(213,146,253); }
H1.HeaderClassName
{
color: #D592FD;
}
.AnyTagClassName
{
color: #D592FD;
}
</style>
background-color css
<style>
a { background-color: #D592FD; }
a { background-color: rgb(213,146,253); }
div.DivClassName
{
background-color: #D592FD;
}
.BgClassName
{
background-color: #D592FD;
}
</style>
border-color css
<style>
span { border-color: #D592FD; }
span { border-color: rgb(213,146,253); }
td.TdClassName
{
border-color: #D592FD;
}
.TagClassName
{
border-color: #D592FD;
}
</style>