Shades of Maverick #D49EC2
Tints of Maverick #D49EC2
RGB
CMYK
RGB Variations
Color information
#D49EC2 (or 0xD49EC2) is known color: Maverick. HEX triplet: D4, 9E and C2. RGB value is (212,158,194). Sum of RGB (Red+Green+Blue) = 212+158+194=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EC2 is #2B613D. Grayscale: #B2B2B2. Windows color (decimal): -2842942 or 12754644. OLE color: 12754644.
HSL color Cylindrical-coordinate representation of color #D49EC2: hue angle of 320º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49EC2 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 194 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.17 |
| HSL | 320º | 0.39% | 0.73% | - |
| HSV(B) | 320º | 0.25% | 0.83% | - |
| XYZ | 49.12 | 42.35 | 56.62 | - |
| YUV | 178.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 194 | 0 | 0.25 | 0.08 | 0.17 | 320 | 0.39 | 0.73 |
| Hex | D4 | 9E | C2 | 0 | 19 | 8 | 11 | 140 | 27 | 49 |
| Octal | 324 | 236 | 302 | 0 | 31 | 10 | 21 | 500 | 47 | 111 |
| Binary | 11010100 | 10011110 | 11000010 | 0 | 11001 | 1000 | 10001 | 101000000 | 100111 | 1001001 |
Color Harmonies of #D49EC2
Complementary color
Monochromatic Colors of #D49EC2
Black with #D49EC2
Text Example
Text Example
White with #D49EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49EC2; }
p { color: rgb(212,158,194); }
H1.HeaderClassName
{
color: #D49EC2;
}
.AnyTagClassName
{
color: #D49EC2;
}
</style>
background-color css
<style>
a { background-color: #D49EC2; }
a { background-color: rgb(212,158,194); }
div.DivClassName
{
background-color: #D49EC2;
}
.BgClassName
{
background-color: #D49EC2;
}
</style>
border-color css
<style>
span { border-color: #D49EC2; }
span { border-color: rgb(212,158,194); }
td.TdClassName
{
border-color: #D49EC2;
}
.TagClassName
{
border-color: #D49EC2;
}
</style>