Shades of Mauve #D599FE
Tints of Mauve #D599FE
RGB
CMYK
RGB Variations
Color information
#D599FE (or 0xD599FE) is known color: Mauve. HEX triplet: D5, 99 and FE. RGB value is (213,153,254). Sum of RGB (Red+Green+Blue) = 213+153+254=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #D599FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D599FE is #2A6601. Grayscale: #B6B6B6. Windows color (decimal): -2778626 or 16685525. OLE color: 16685525.
HSL color Cylindrical-coordinate representation of color #D599FE: hue angle of 275.64º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D599FE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 153 | 254 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.00 |
| HSL | 275.64º | 0.98% | 0.8% | - |
| HSV(B) | 275.64º | 0.4% | 1% | - |
| XYZ | 56.72 | 44.08 | 99.29 | - |
| YUV | 182.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 254 | 0.16 | 0.40 | 0 | 0.00 | 275.64 | 0.98 | 0.8 |
| Hex | D5 | 99 | FE | 10 | 28 | 0 | 0 | 114 | 62 | 50 |
| Octal | 325 | 231 | 376 | 20 | 50 | 0 | 0 | 424 | 142 | 120 |
| Binary | 11010101 | 10011001 | 11111110 | 10000 | 101000 | 0 | 0 | 100010100 | 1100010 | 1010000 |
Color Harmonies of #D599FE
Complementary color
Monochromatic Colors of #D599FE
Black with #D599FE
Text Example
Text Example
White with #D599FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599FE; }
p { color: rgb(213,153,254); }
H1.HeaderClassName
{
color: #D599FE;
}
.AnyTagClassName
{
color: #D599FE;
}
</style>
background-color css
<style>
a { background-color: #D599FE; }
a { background-color: rgb(213,153,254); }
div.DivClassName
{
background-color: #D599FE;
}
.BgClassName
{
background-color: #D599FE;
}
</style>
border-color css
<style>
span { border-color: #D599FE; }
span { border-color: rgb(213,153,254); }
td.TdClassName
{
border-color: #D599FE;
}
.TagClassName
{
border-color: #D599FE;
}
</style>