Shades of Maverick #D09FC1
Tints of Maverick #D09FC1
RGB
CMYK
RGB Variations
Color information
#D09FC1 (or 0xD09FC1) is known color: Maverick. HEX triplet: D0, 9F and C1. RGB value is (208,159,193). Sum of RGB (Red+Green+Blue) = 208+159+193=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FC1 is #2F603E. Grayscale: #B1B1B1. Windows color (decimal): -3104831 or 12689360. OLE color: 12689360.
HSL color Cylindrical-coordinate representation of color #D09FC1: hue angle of 318.37º degrees, saturation: 0.34, 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 #D09FC1 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 193 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.18 |
| HSL | 318.37º | 0.34% | 0.72% | - |
| HSV(B) | 318.37º | 0.24% | 0.82% | - |
| XYZ | 48.04 | 42.06 | 56.04 | - |
| YUV | 177.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 193 | 0 | 0.24 | 0.07 | 0.18 | 318.37 | 0.34 | 0.72 |
| Hex | D0 | 9F | C1 | 0 | 18 | 7 | 12 | 13E | 22 | 48 |
| Octal | 320 | 237 | 301 | 0 | 30 | 7 | 22 | 476 | 42 | 110 |
| Binary | 11010000 | 10011111 | 11000001 | 0 | 11000 | 111 | 10010 | 100111110 | 100010 | 1001000 |
Color Harmonies of #D09FC1
Complementary color
Monochromatic Colors of #D09FC1
Black with #D09FC1
Text Example
Text Example
White with #D09FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FC1; }
p { color: rgb(208,159,193); }
H1.HeaderClassName
{
color: #D09FC1;
}
.AnyTagClassName
{
color: #D09FC1;
}
</style>
background-color css
<style>
a { background-color: #D09FC1; }
a { background-color: rgb(208,159,193); }
div.DivClassName
{
background-color: #D09FC1;
}
.BgClassName
{
background-color: #D09FC1;
}
</style>
border-color css
<style>
span { border-color: #D09FC1; }
span { border-color: rgb(208,159,193); }
td.TdClassName
{
border-color: #D09FC1;
}
.TagClassName
{
border-color: #D09FC1;
}
</style>