Shades of Maverick #D19FC2
Tints of Maverick #D19FC2
RGB
CMYK
RGB Variations
Color information
#D19FC2 (or 0xD19FC2) is known color: Maverick. HEX triplet: D1, 9F and C2. RGB value is (209,159,194). Sum of RGB (Red+Green+Blue) = 209+159+194=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FC2 is #2E603D. Grayscale: #B1B1B1. Windows color (decimal): -3039294 or 12754897. OLE color: 12754897.
HSL color Cylindrical-coordinate representation of color #D19FC2: hue angle of 318º 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 #D19FC2 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 194 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.18 |
| HSL | 318º | 0.35% | 0.72% | - |
| HSV(B) | 318º | 0.24% | 0.82% | - |
| XYZ | 48.43 | 42.25 | 56.64 | - |
| YUV | 177.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 194 | 0 | 0.24 | 0.07 | 0.18 | 318 | 0.35 | 0.72 |
| Hex | D1 | 9F | C2 | 0 | 18 | 7 | 12 | 13E | 23 | 48 |
| Octal | 321 | 237 | 302 | 0 | 30 | 7 | 22 | 476 | 43 | 110 |
| Binary | 11010001 | 10011111 | 11000010 | 0 | 11000 | 111 | 10010 | 100111110 | 100011 | 1001000 |
Color Harmonies of #D19FC2
Complementary color
Monochromatic Colors of #D19FC2
Black with #D19FC2
Text Example
Text Example
White with #D19FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FC2; }
p { color: rgb(209,159,194); }
H1.HeaderClassName
{
color: #D19FC2;
}
.AnyTagClassName
{
color: #D19FC2;
}
</style>
background-color css
<style>
a { background-color: #D19FC2; }
a { background-color: rgb(209,159,194); }
div.DivClassName
{
background-color: #D19FC2;
}
.BgClassName
{
background-color: #D19FC2;
}
</style>
border-color css
<style>
span { border-color: #D19FC2; }
span { border-color: rgb(209,159,194); }
td.TdClassName
{
border-color: #D19FC2;
}
.TagClassName
{
border-color: #D19FC2;
}
</style>