Shades of Mauve #DC9DF0
Tints of Mauve #DC9DF0
RGB
CMYK
RGB Variations
Color information
#DC9DF0 (or 0xDC9DF0) is known color: Mauve. HEX triplet: DC, 9D and F0. RGB value is (220,157,240). Sum of RGB (Red+Green+Blue) = 220+157+240=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC9DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DF0 is #23620F. Grayscale: #B9B9B9. Windows color (decimal): -2318864 or 15769052. OLE color: 15769052.
HSL color Cylindrical-coordinate representation of color #DC9DF0: hue angle of 285.54º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9DF0 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 157 | 240 | - |
CMYK | 0.08 | 0.35 | 0 | 0.06 |
HSL | 285.54º | 0.73% | 0.78% | - |
HSV(B) | 285.54º | 0.35% | 0.94% | - |
XYZ | 57.3 | 45.62 | 88.22 | - |
YUV | 185.3 | 158.87 | 152.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 157 | 240 | 0.08 | 0.35 | 0 | 0.06 | 285.54 | 0.73 | 0.78 |
Hex | DC | 9D | F0 | 8 | 23 | 0 | 6 | 11E | 49 | 4E |
Octal | 334 | 235 | 360 | 10 | 43 | 0 | 6 | 436 | 111 | 116 |
Binary | 11011100 | 10011101 | 11110000 | 1000 | 100011 | 0 | 110 | 100011110 | 1001001 | 1001110 |
Color Harmonies of #DC9DF0
Complementary color
Monochromatic Colors of #DC9DF0
Black with #DC9DF0
Text Example
Text Example
White with #DC9DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DF0; }
p { color: rgb(220,157,240); }
H1.HeaderClassName
{
color: #DC9DF0;
}
.AnyTagClassName
{
color: #DC9DF0;
}
</style>
background-color css
<style>
a { background-color: #DC9DF0; }
a { background-color: rgb(220,157,240); }
div.DivClassName
{
background-color: #DC9DF0;
}
.BgClassName
{
background-color: #DC9DF0;
}
</style>
border-color css
<style>
span { border-color: #DC9DF0; }
span { border-color: rgb(220,157,240); }
td.TdClassName
{
border-color: #DC9DF0;
}
.TagClassName
{
border-color: #DC9DF0;
}
</style>