Shades of Maverick #D79EC6
Tints of Maverick #D79EC6
RGB
CMYK
RGB Variations
Color information
#D79EC6 (or 0xD79EC6) is known color: Maverick. HEX triplet: D7, 9E and C6. RGB value is (215,158,198). Sum of RGB (Red+Green+Blue) = 215+158+198=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EC6 is #286139. Grayscale: #B3B3B3. Windows color (decimal): -2646330 or 13016791. OLE color: 13016791.
HSL color Cylindrical-coordinate representation of color #D79EC6: hue angle of 317.89º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79EC6 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 198 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.16 |
| HSL | 317.89º | 0.42% | 0.73% | - |
| HSV(B) | 317.89º | 0.27% | 0.84% | - |
| XYZ | 50.44 | 42.98 | 59.06 | - |
| YUV | 179.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 198 | 0 | 0.27 | 0.08 | 0.16 | 317.89 | 0.42 | 0.73 |
| Hex | D7 | 9E | C6 | 0 | 1B | 8 | 10 | 13E | 2A | 49 |
| Octal | 327 | 236 | 306 | 0 | 33 | 10 | 20 | 476 | 52 | 111 |
| Binary | 11010111 | 10011110 | 11000110 | 0 | 11011 | 1000 | 10000 | 100111110 | 101010 | 1001001 |
Color Harmonies of #D79EC6
Complementary color
Monochromatic Colors of #D79EC6
Black with #D79EC6
Text Example
Text Example
White with #D79EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79EC6; }
p { color: rgb(215,158,198); }
H1.HeaderClassName
{
color: #D79EC6;
}
.AnyTagClassName
{
color: #D79EC6;
}
</style>
background-color css
<style>
a { background-color: #D79EC6; }
a { background-color: rgb(215,158,198); }
div.DivClassName
{
background-color: #D79EC6;
}
.BgClassName
{
background-color: #D79EC6;
}
</style>
border-color css
<style>
span { border-color: #D79EC6; }
span { border-color: rgb(215,158,198); }
td.TdClassName
{
border-color: #D79EC6;
}
.TagClassName
{
border-color: #D79EC6;
}
</style>