Shades of Mauve #DF9AF3
Tints of Mauve #DF9AF3
RGB
CMYK
RGB Variations
Color information
#DF9AF3 (or 0xDF9AF3) is known color: Mauve. HEX triplet: DF, 9A and F3. RGB value is (223,154,243). Sum of RGB (Red+Green+Blue) = 223+154+243=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AF3 is #20650C. Grayscale: #B8B8B8. Windows color (decimal): -2123021 or 15964895. OLE color: 15964895.
HSL color Cylindrical-coordinate representation of color #DF9AF3: hue angle of 286.52º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9AF3 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 154 | 243 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.05 |
| HSL | 286.52º | 0.79% | 0.78% | - |
| HSV(B) | 286.52º | 0.37% | 0.95% | - |
| XYZ | 58.16 | 45.27 | 90.47 | - |
| YUV | 184.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 243 | 0.08 | 0.37 | 0 | 0.05 | 286.52 | 0.79 | 0.78 |
| Hex | DF | 9A | F3 | 8 | 25 | 0 | 5 | 11F | 4F | 4E |
| Octal | 337 | 232 | 363 | 10 | 45 | 0 | 5 | 437 | 117 | 116 |
| Binary | 11011111 | 10011010 | 11110011 | 1000 | 100101 | 0 | 101 | 100011111 | 1001111 | 1001110 |
Color Harmonies of #DF9AF3
Complementary color
Monochromatic Colors of #DF9AF3
Black with #DF9AF3
Text Example
Text Example
White with #DF9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AF3; }
p { color: rgb(223,154,243); }
H1.HeaderClassName
{
color: #DF9AF3;
}
.AnyTagClassName
{
color: #DF9AF3;
}
</style>
background-color css
<style>
a { background-color: #DF9AF3; }
a { background-color: rgb(223,154,243); }
div.DivClassName
{
background-color: #DF9AF3;
}
.BgClassName
{
background-color: #DF9AF3;
}
</style>
border-color css
<style>
span { border-color: #DF9AF3; }
span { border-color: rgb(223,154,243); }
td.TdClassName
{
border-color: #DF9AF3;
}
.TagClassName
{
border-color: #DF9AF3;
}
</style>