Shades of Maverick #D19FC4
Tints of Maverick #D19FC4
RGB
CMYK
RGB Variations
Color information
#D19FC4 (or 0xD19FC4) is known color: Maverick. HEX triplet: D1, 9F and C4. RGB value is (209,159,196). Sum of RGB (Red+Green+Blue) = 209+159+196=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FC4 is #2E603B. Grayscale: #B2B2B2. Windows color (decimal): -3039292 or 12885969. OLE color: 12885969.
HSL color Cylindrical-coordinate representation of color #D19FC4: hue angle of 315.6º 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 #D19FC4 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 196 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.18 |
| HSL | 315.6º | 0.35% | 0.72% | - |
| HSV(B) | 315.6º | 0.24% | 0.82% | - |
| XYZ | 48.66 | 42.34 | 57.83 | - |
| YUV | 178.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 196 | 0 | 0.24 | 0.06 | 0.18 | 315.6 | 0.35 | 0.72 |
| Hex | D1 | 9F | C4 | 0 | 18 | 6 | 12 | 13C | 23 | 48 |
| Octal | 321 | 237 | 304 | 0 | 30 | 6 | 22 | 474 | 43 | 110 |
| Binary | 11010001 | 10011111 | 11000100 | 0 | 11000 | 110 | 10010 | 100111100 | 100011 | 1001000 |
Color Harmonies of #D19FC4
Complementary color
Monochromatic Colors of #D19FC4
Black with #D19FC4
Text Example
Text Example
White with #D19FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FC4; }
p { color: rgb(209,159,196); }
H1.HeaderClassName
{
color: #D19FC4;
}
.AnyTagClassName
{
color: #D19FC4;
}
</style>
background-color css
<style>
a { background-color: #D19FC4; }
a { background-color: rgb(209,159,196); }
div.DivClassName
{
background-color: #D19FC4;
}
.BgClassName
{
background-color: #D19FC4;
}
</style>
border-color css
<style>
span { border-color: #D19FC4; }
span { border-color: rgb(209,159,196); }
td.TdClassName
{
border-color: #D19FC4;
}
.TagClassName
{
border-color: #D19FC4;
}
</style>