Shades of Maverick #D39DC3
Tints of Maverick #D39DC3
RGB
CMYK
RGB Variations
Color information
#D39DC3 (or 0xD39DC3) is known color: Maverick. HEX triplet: D3, 9D and C3. RGB value is (211,157,195). Sum of RGB (Red+Green+Blue) = 211+157+195=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DC3 is #2C623C. Grayscale: #B1B1B1. Windows color (decimal): -2908733 or 12819923. OLE color: 12819923.
HSL color Cylindrical-coordinate representation of color #D39DC3: hue angle of 317.78º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39DC3 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 195 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.17 |
| HSL | 317.78º | 0.38% | 0.72% | - |
| HSV(B) | 317.78º | 0.26% | 0.83% | - |
| XYZ | 48.77 | 41.9 | 57.15 | - |
| YUV | 177.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 195 | 0 | 0.26 | 0.08 | 0.17 | 317.78 | 0.38 | 0.72 |
| Hex | D3 | 9D | C3 | 0 | 1A | 8 | 11 | 13E | 26 | 48 |
| Octal | 323 | 235 | 303 | 0 | 32 | 10 | 21 | 476 | 46 | 110 |
| Binary | 11010011 | 10011101 | 11000011 | 0 | 11010 | 1000 | 10001 | 100111110 | 100110 | 1001000 |
Color Harmonies of #D39DC3
Complementary color
Monochromatic Colors of #D39DC3
Black with #D39DC3
Text Example
Text Example
White with #D39DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DC3; }
p { color: rgb(211,157,195); }
H1.HeaderClassName
{
color: #D39DC3;
}
.AnyTagClassName
{
color: #D39DC3;
}
</style>
background-color css
<style>
a { background-color: #D39DC3; }
a { background-color: rgb(211,157,195); }
div.DivClassName
{
background-color: #D39DC3;
}
.BgClassName
{
background-color: #D39DC3;
}
</style>
border-color css
<style>
span { border-color: #D39DC3; }
span { border-color: rgb(211,157,195); }
td.TdClassName
{
border-color: #D39DC3;
}
.TagClassName
{
border-color: #D39DC3;
}
</style>