Shades of Maverick #D19BC2
Tints of Maverick #D19BC2
RGB
CMYK
RGB Variations
Color information
#D19BC2 (or 0xD19BC2) is known color: Maverick. HEX triplet: D1, 9B and C2. RGB value is (209,155,194). Sum of RGB (Red+Green+Blue) = 209+155+194=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BC2 is #2E643D. Grayscale: #AFAFAF. Windows color (decimal): -3040318 or 12753873. OLE color: 12753873.
HSL color Cylindrical-coordinate representation of color #D19BC2: hue angle of 316.67º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BC2 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 194 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.18 |
| HSL | 316.67º | 0.37% | 0.71% | - |
| HSV(B) | 316.67º | 0.26% | 0.82% | - |
| XYZ | 47.75 | 40.89 | 56.42 | - |
| YUV | 175.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 194 | 0 | 0.26 | 0.07 | 0.18 | 316.67 | 0.37 | 0.71 |
| Hex | D1 | 9B | C2 | 0 | 1A | 7 | 12 | 13D | 25 | 47 |
| Octal | 321 | 233 | 302 | 0 | 32 | 7 | 22 | 475 | 45 | 107 |
| Binary | 11010001 | 10011011 | 11000010 | 0 | 11010 | 111 | 10010 | 100111101 | 100101 | 1000111 |
Color Harmonies of #D19BC2
Complementary color
Monochromatic Colors of #D19BC2
Black with #D19BC2
Text Example
Text Example
White with #D19BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BC2; }
p { color: rgb(209,155,194); }
H1.HeaderClassName
{
color: #D19BC2;
}
.AnyTagClassName
{
color: #D19BC2;
}
</style>
background-color css
<style>
a { background-color: #D19BC2; }
a { background-color: rgb(209,155,194); }
div.DivClassName
{
background-color: #D19BC2;
}
.BgClassName
{
background-color: #D19BC2;
}
</style>
border-color css
<style>
span { border-color: #D19BC2; }
span { border-color: rgb(209,155,194); }
td.TdClassName
{
border-color: #D19BC2;
}
.TagClassName
{
border-color: #D19BC2;
}
</style>