Shades of Maverick #D29EC1
Tints of Maverick #D29EC1
RGB
CMYK
RGB Variations
Color information
#D29EC1 (or 0xD29EC1) is known color: Maverick. HEX triplet: D2, 9E and C1. RGB value is (210,158,193). Sum of RGB (Red+Green+Blue) = 210+158+193=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EC1 is #2D613E. Grayscale: #B1B1B1. Windows color (decimal): -2974015 or 12689106. OLE color: 12689106.
HSL color Cylindrical-coordinate representation of color #D29EC1: hue angle of 319.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29EC1 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 193 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.18 |
| HSL | 319.62º | 0.37% | 0.72% | - |
| HSV(B) | 319.62º | 0.25% | 0.82% | - |
| XYZ | 48.43 | 42.01 | 56.01 | - |
| YUV | 177.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 193 | 0 | 0.25 | 0.08 | 0.18 | 319.62 | 0.37 | 0.72 |
| Hex | D2 | 9E | C1 | 0 | 19 | 8 | 12 | 140 | 25 | 48 |
| Octal | 322 | 236 | 301 | 0 | 31 | 10 | 22 | 500 | 45 | 110 |
| Binary | 11010010 | 10011110 | 11000001 | 0 | 11001 | 1000 | 10010 | 101000000 | 100101 | 1001000 |
Color Harmonies of #D29EC1
Complementary color
Monochromatic Colors of #D29EC1
Black with #D29EC1
Text Example
Text Example
White with #D29EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EC1; }
p { color: rgb(210,158,193); }
H1.HeaderClassName
{
color: #D29EC1;
}
.AnyTagClassName
{
color: #D29EC1;
}
</style>
background-color css
<style>
a { background-color: #D29EC1; }
a { background-color: rgb(210,158,193); }
div.DivClassName
{
background-color: #D29EC1;
}
.BgClassName
{
background-color: #D29EC1;
}
</style>
border-color css
<style>
span { border-color: #D29EC1; }
span { border-color: rgb(210,158,193); }
td.TdClassName
{
border-color: #D29EC1;
}
.TagClassName
{
border-color: #D29EC1;
}
</style>