Shades of Maverick #D19FC1
Tints of Maverick #D19FC1
RGB
CMYK
RGB Variations
Color information
#D19FC1 (or 0xD19FC1) is known color: Maverick. HEX triplet: D1, 9F and C1. RGB value is (209,159,193). Sum of RGB (Red+Green+Blue) = 209+159+193=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FC1 is #2E603E. Grayscale: #B1B1B1. Windows color (decimal): -3039295 or 12689361. OLE color: 12689361.
HSL color Cylindrical-coordinate representation of color #D19FC1: hue angle of 319.2º 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 #D19FC1 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 193 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.18 |
| HSL | 319.2º | 0.35% | 0.72% | - |
| HSV(B) | 319.2º | 0.24% | 0.82% | - |
| XYZ | 48.32 | 42.2 | 56.05 | - |
| YUV | 177.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 193 | 0 | 0.24 | 0.08 | 0.18 | 319.2 | 0.35 | 0.72 |
| Hex | D1 | 9F | C1 | 0 | 18 | 8 | 12 | 13F | 23 | 48 |
| Octal | 321 | 237 | 301 | 0 | 30 | 10 | 22 | 477 | 43 | 110 |
| Binary | 11010001 | 10011111 | 11000001 | 0 | 11000 | 1000 | 10010 | 100111111 | 100011 | 1001000 |
Color Harmonies of #D19FC1
Complementary color
Monochromatic Colors of #D19FC1
Black with #D19FC1
Text Example
Text Example
White with #D19FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FC1; }
p { color: rgb(209,159,193); }
H1.HeaderClassName
{
color: #D19FC1;
}
.AnyTagClassName
{
color: #D19FC1;
}
</style>
background-color css
<style>
a { background-color: #D19FC1; }
a { background-color: rgb(209,159,193); }
div.DivClassName
{
background-color: #D19FC1;
}
.BgClassName
{
background-color: #D19FC1;
}
</style>
border-color css
<style>
span { border-color: #D19FC1; }
span { border-color: rgb(209,159,193); }
td.TdClassName
{
border-color: #D19FC1;
}
.TagClassName
{
border-color: #D19FC1;
}
</style>