Shades of Maverick #D39CC4
Tints of Maverick #D39CC4
RGB
CMYK
RGB Variations
Color information
#D39CC4 (or 0xD39CC4) is known color: Maverick. HEX triplet: D3, 9C and C4. RGB value is (211,156,196). Sum of RGB (Red+Green+Blue) = 211+156+196=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D39CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CC4 is #2C633B. Grayscale: #B0B0B0. Windows color (decimal): -2908988 or 12885203. OLE color: 12885203.
HSL color Cylindrical-coordinate representation of color #D39CC4: hue angle of 316.36º 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 #D39CC4 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 156 | 196 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.17 |
| HSL | 316.36º | 0.38% | 0.72% | - |
| HSV(B) | 316.36º | 0.26% | 0.83% | - |
| XYZ | 48.72 | 41.61 | 57.69 | - |
| YUV | 177.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 156 | 196 | 0 | 0.26 | 0.07 | 0.17 | 316.36 | 0.38 | 0.72 |
| Hex | D3 | 9C | C4 | 0 | 1A | 7 | 11 | 13C | 26 | 48 |
| Octal | 323 | 234 | 304 | 0 | 32 | 7 | 21 | 474 | 46 | 110 |
| Binary | 11010011 | 10011100 | 11000100 | 0 | 11010 | 111 | 10001 | 100111100 | 100110 | 1001000 |
Color Harmonies of #D39CC4
Complementary color
Monochromatic Colors of #D39CC4
Black with #D39CC4
Text Example
Text Example
White with #D39CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39CC4; }
p { color: rgb(211,156,196); }
H1.HeaderClassName
{
color: #D39CC4;
}
.AnyTagClassName
{
color: #D39CC4;
}
</style>
background-color css
<style>
a { background-color: #D39CC4; }
a { background-color: rgb(211,156,196); }
div.DivClassName
{
background-color: #D39CC4;
}
.BgClassName
{
background-color: #D39CC4;
}
</style>
border-color css
<style>
span { border-color: #D39CC4; }
span { border-color: rgb(211,156,196); }
td.TdClassName
{
border-color: #D39CC4;
}
.TagClassName
{
border-color: #D39CC4;
}
</style>