Shades of Maverick #D19FC0
Tints of Maverick #D19FC0
RGB
CMYK
RGB Variations
Color information
#D19FC0 (or 0xD19FC0) is known color: Maverick. HEX triplet: D1, 9F and C0. RGB value is (209,159,192). Sum of RGB (Red+Green+Blue) = 209+159+192=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FC0 is #2E603F. Grayscale: #B1B1B1. Windows color (decimal): -3039296 or 12623825. OLE color: 12623825.
HSL color Cylindrical-coordinate representation of color #D19FC0: hue angle of 320.4º degrees, saturation: 0.35, 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 #D19FC0 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 192 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.18 |
| HSL | 320.4º | 0.35% | 0.72% | - |
| HSV(B) | 320.4º | 0.24% | 0.82% | - |
| XYZ | 48.21 | 42.16 | 55.47 | - |
| YUV | 177.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 192 | 0 | 0.24 | 0.08 | 0.18 | 320.4 | 0.35 | 0.72 |
| Hex | D1 | 9F | C0 | 0 | 18 | 8 | 12 | 140 | 23 | 48 |
| Octal | 321 | 237 | 300 | 0 | 30 | 10 | 22 | 500 | 43 | 110 |
| Binary | 11010001 | 10011111 | 11000000 | 0 | 11000 | 1000 | 10010 | 101000000 | 100011 | 1001000 |
Color Harmonies of #D19FC0
Complementary color
Monochromatic Colors of #D19FC0
Black with #D19FC0
Text Example
Text Example
White with #D19FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FC0; }
p { color: rgb(209,159,192); }
H1.HeaderClassName
{
color: #D19FC0;
}
.AnyTagClassName
{
color: #D19FC0;
}
</style>
background-color css
<style>
a { background-color: #D19FC0; }
a { background-color: rgb(209,159,192); }
div.DivClassName
{
background-color: #D19FC0;
}
.BgClassName
{
background-color: #D19FC0;
}
</style>
border-color css
<style>
span { border-color: #D19FC0; }
span { border-color: rgb(209,159,192); }
td.TdClassName
{
border-color: #D19FC0;
}
.TagClassName
{
border-color: #D19FC0;
}
</style>