Shades of Maverick #D29FC1
Tints of Maverick #D29FC1
RGB
CMYK
RGB Variations
Color information
#D29FC1 (or 0xD29FC1) is known color: Maverick. HEX triplet: D2, 9F and C1. RGB value is (210,159,193). Sum of RGB (Red+Green+Blue) = 210+159+193=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FC1 is #2D603E. Grayscale: #B2B2B2. Windows color (decimal): -2973759 or 12689362. OLE color: 12689362.
HSL color Cylindrical-coordinate representation of color #D29FC1: hue angle of 320º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29FC1 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 193 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.18 |
| HSL | 320º | 0.36% | 0.72% | - |
| HSV(B) | 320º | 0.24% | 0.82% | - |
| XYZ | 48.6 | 42.35 | 56.06 | - |
| YUV | 178.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 193 | 0 | 0.24 | 0.08 | 0.18 | 320 | 0.36 | 0.72 |
| Hex | D2 | 9F | C1 | 0 | 18 | 8 | 12 | 140 | 24 | 48 |
| Octal | 322 | 237 | 301 | 0 | 30 | 10 | 22 | 500 | 44 | 110 |
| Binary | 11010010 | 10011111 | 11000001 | 0 | 11000 | 1000 | 10010 | 101000000 | 100100 | 1001000 |
Color Harmonies of #D29FC1
Complementary color
Monochromatic Colors of #D29FC1
Black with #D29FC1
Text Example
Text Example
White with #D29FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FC1; }
p { color: rgb(210,159,193); }
H1.HeaderClassName
{
color: #D29FC1;
}
.AnyTagClassName
{
color: #D29FC1;
}
</style>
background-color css
<style>
a { background-color: #D29FC1; }
a { background-color: rgb(210,159,193); }
div.DivClassName
{
background-color: #D29FC1;
}
.BgClassName
{
background-color: #D29FC1;
}
</style>
border-color css
<style>
span { border-color: #D29FC1; }
span { border-color: rgb(210,159,193); }
td.TdClassName
{
border-color: #D29FC1;
}
.TagClassName
{
border-color: #D29FC1;
}
</style>