Shades of Maverick #D29DC3
Tints of Maverick #D29DC3
RGB
CMYK
RGB Variations
Color information
#D29DC3 (or 0xD29DC3) is known color: Maverick. HEX triplet: D2, 9D and C3. RGB value is (210,157,195). Sum of RGB (Red+Green+Blue) = 210+157+195=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DC3 is #2D623C. Grayscale: #B1B1B1. Windows color (decimal): -2974269 or 12819922. OLE color: 12819922.
HSL color Cylindrical-coordinate representation of color #D29DC3: hue angle of 316.98º 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 #D29DC3 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 195 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.18 |
| HSL | 316.98º | 0.37% | 0.72% | - |
| HSV(B) | 316.98º | 0.25% | 0.82% | - |
| XYZ | 48.49 | 41.76 | 57.13 | - |
| YUV | 177.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 195 | 0 | 0.25 | 0.07 | 0.18 | 316.98 | 0.37 | 0.72 |
| Hex | D2 | 9D | C3 | 0 | 19 | 7 | 12 | 13D | 25 | 48 |
| Octal | 322 | 235 | 303 | 0 | 31 | 7 | 22 | 475 | 45 | 110 |
| Binary | 11010010 | 10011101 | 11000011 | 0 | 11001 | 111 | 10010 | 100111101 | 100101 | 1001000 |
Color Harmonies of #D29DC3
Complementary color
Monochromatic Colors of #D29DC3
Black with #D29DC3
Text Example
Text Example
White with #D29DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DC3; }
p { color: rgb(210,157,195); }
H1.HeaderClassName
{
color: #D29DC3;
}
.AnyTagClassName
{
color: #D29DC3;
}
</style>
background-color css
<style>
a { background-color: #D29DC3; }
a { background-color: rgb(210,157,195); }
div.DivClassName
{
background-color: #D29DC3;
}
.BgClassName
{
background-color: #D29DC3;
}
</style>
border-color css
<style>
span { border-color: #D29DC3; }
span { border-color: rgb(210,157,195); }
td.TdClassName
{
border-color: #D29DC3;
}
.TagClassName
{
border-color: #D29DC3;
}
</style>