Shades of Maverick #D29EC2
Tints of Maverick #D29EC2
RGB
CMYK
RGB Variations
Color information
#D29EC2 (or 0xD29EC2) is known color: Maverick. HEX triplet: D2, 9E and C2. RGB value is (210,158,194). Sum of RGB (Red+Green+Blue) = 210+158+194=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EC2 is #2D613D. Grayscale: #B1B1B1. Windows color (decimal): -2974014 or 12754642. OLE color: 12754642.
HSL color Cylindrical-coordinate representation of color #D29EC2: hue angle of 318.46º 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 #D29EC2 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 194 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.18 |
| HSL | 318.46º | 0.37% | 0.72% | - |
| HSV(B) | 318.46º | 0.25% | 0.82% | - |
| XYZ | 48.54 | 42.05 | 56.6 | - |
| YUV | 177.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 194 | 0 | 0.25 | 0.08 | 0.18 | 318.46 | 0.37 | 0.72 |
| Hex | D2 | 9E | C2 | 0 | 19 | 8 | 12 | 13E | 25 | 48 |
| Octal | 322 | 236 | 302 | 0 | 31 | 10 | 22 | 476 | 45 | 110 |
| Binary | 11010010 | 10011110 | 11000010 | 0 | 11001 | 1000 | 10010 | 100111110 | 100101 | 1001000 |
Color Harmonies of #D29EC2
Complementary color
Monochromatic Colors of #D29EC2
Black with #D29EC2
Text Example
Text Example
White with #D29EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EC2; }
p { color: rgb(210,158,194); }
H1.HeaderClassName
{
color: #D29EC2;
}
.AnyTagClassName
{
color: #D29EC2;
}
</style>
background-color css
<style>
a { background-color: #D29EC2; }
a { background-color: rgb(210,158,194); }
div.DivClassName
{
background-color: #D29EC2;
}
.BgClassName
{
background-color: #D29EC2;
}
</style>
border-color css
<style>
span { border-color: #D29EC2; }
span { border-color: rgb(210,158,194); }
td.TdClassName
{
border-color: #D29EC2;
}
.TagClassName
{
border-color: #D29EC2;
}
</style>