Shades of Maverick #D29BC3
Tints of Maverick #D29BC3
RGB
CMYK
RGB Variations
Color information
#D29BC3 (or 0xD29BC3) is known color: Maverick. HEX triplet: D2, 9B and C3. RGB value is (210,155,195). Sum of RGB (Red+Green+Blue) = 210+155+195=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BC3 is #2D643C. Grayscale: #AFAFAF. Windows color (decimal): -2974781 or 12819410. OLE color: 12819410.
HSL color Cylindrical-coordinate representation of color #D29BC3: hue angle of 316.36º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29BC3 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 195 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.18 |
| HSL | 316.36º | 0.38% | 0.72% | - |
| HSV(B) | 316.36º | 0.26% | 0.82% | - |
| XYZ | 48.15 | 41.08 | 57.02 | - |
| YUV | 176.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 195 | 0 | 0.26 | 0.07 | 0.18 | 316.36 | 0.38 | 0.72 |
| Hex | D2 | 9B | C3 | 0 | 1A | 7 | 12 | 13C | 26 | 48 |
| Octal | 322 | 233 | 303 | 0 | 32 | 7 | 22 | 474 | 46 | 110 |
| Binary | 11010010 | 10011011 | 11000011 | 0 | 11010 | 111 | 10010 | 100111100 | 100110 | 1001000 |
Color Harmonies of #D29BC3
Complementary color
Monochromatic Colors of #D29BC3
Black with #D29BC3
Text Example
Text Example
White with #D29BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BC3; }
p { color: rgb(210,155,195); }
H1.HeaderClassName
{
color: #D29BC3;
}
.AnyTagClassName
{
color: #D29BC3;
}
</style>
background-color css
<style>
a { background-color: #D29BC3; }
a { background-color: rgb(210,155,195); }
div.DivClassName
{
background-color: #D29BC3;
}
.BgClassName
{
background-color: #D29BC3;
}
</style>
border-color css
<style>
span { border-color: #D29BC3; }
span { border-color: rgb(210,155,195); }
td.TdClassName
{
border-color: #D29BC3;
}
.TagClassName
{
border-color: #D29BC3;
}
</style>