Shades of Maverick #D49CC1
Tints of Maverick #D49CC1
RGB
CMYK
RGB Variations
Color information
#D49CC1 (or 0xD49CC1) is known color: Maverick. HEX triplet: D4, 9C and C1. RGB value is (212,156,193). Sum of RGB (Red+Green+Blue) = 212+156+193=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CC1 is #2B633E. Grayscale: #B0B0B0. Windows color (decimal): -2843455 or 12688596. OLE color: 12688596.
HSL color Cylindrical-coordinate representation of color #D49CC1: hue angle of 320.36º degrees, saturation: 0.39, 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 #D49CC1 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 193 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.17 |
| HSL | 320.36º | 0.39% | 0.72% | - |
| HSV(B) | 320.36º | 0.26% | 0.83% | - |
| XYZ | 48.67 | 41.62 | 55.92 | - |
| YUV | 176.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 193 | 0 | 0.26 | 0.09 | 0.17 | 320.36 | 0.39 | 0.72 |
| Hex | D4 | 9C | C1 | 0 | 1A | 9 | 11 | 140 | 27 | 48 |
| Octal | 324 | 234 | 301 | 0 | 32 | 11 | 21 | 500 | 47 | 110 |
| Binary | 11010100 | 10011100 | 11000001 | 0 | 11010 | 1001 | 10001 | 101000000 | 100111 | 1001000 |
Color Harmonies of #D49CC1
Complementary color
Monochromatic Colors of #D49CC1
Black with #D49CC1
Text Example
Text Example
White with #D49CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CC1; }
p { color: rgb(212,156,193); }
H1.HeaderClassName
{
color: #D49CC1;
}
.AnyTagClassName
{
color: #D49CC1;
}
</style>
background-color css
<style>
a { background-color: #D49CC1; }
a { background-color: rgb(212,156,193); }
div.DivClassName
{
background-color: #D49CC1;
}
.BgClassName
{
background-color: #D49CC1;
}
</style>
border-color css
<style>
span { border-color: #D49CC1; }
span { border-color: rgb(212,156,193); }
td.TdClassName
{
border-color: #D49CC1;
}
.TagClassName
{
border-color: #D49CC1;
}
</style>