Shades of Maverick #D09EC2
Tints of Maverick #D09EC2
RGB
CMYK
RGB Variations
Color information
#D09EC2 (or 0xD09EC2) is known color: Maverick. HEX triplet: D0, 9E and C2. RGB value is (208,158,194). Sum of RGB (Red+Green+Blue) = 208+158+194=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D09EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EC2 is #2F613D. Grayscale: #B0B0B0. Windows color (decimal): -3105086 or 12754640. OLE color: 12754640.
HSL color Cylindrical-coordinate representation of color #D09EC2: hue angle of 316.8º 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 #D09EC2 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 194 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.18 |
| HSL | 316.8º | 0.35% | 0.72% | - |
| HSV(B) | 316.8º | 0.24% | 0.82% | - |
| XYZ | 47.98 | 41.76 | 56.57 | - |
| YUV | 177.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 194 | 0 | 0.24 | 0.07 | 0.18 | 316.8 | 0.35 | 0.72 |
| Hex | D0 | 9E | C2 | 0 | 18 | 7 | 12 | 13D | 23 | 48 |
| Octal | 320 | 236 | 302 | 0 | 30 | 7 | 22 | 475 | 43 | 110 |
| Binary | 11010000 | 10011110 | 11000010 | 0 | 11000 | 111 | 10010 | 100111101 | 100011 | 1001000 |
Color Harmonies of #D09EC2
Complementary color
Monochromatic Colors of #D09EC2
Black with #D09EC2
Text Example
Text Example
White with #D09EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EC2; }
p { color: rgb(208,158,194); }
H1.HeaderClassName
{
color: #D09EC2;
}
.AnyTagClassName
{
color: #D09EC2;
}
</style>
background-color css
<style>
a { background-color: #D09EC2; }
a { background-color: rgb(208,158,194); }
div.DivClassName
{
background-color: #D09EC2;
}
.BgClassName
{
background-color: #D09EC2;
}
</style>
border-color css
<style>
span { border-color: #D09EC2; }
span { border-color: rgb(208,158,194); }
td.TdClassName
{
border-color: #D09EC2;
}
.TagClassName
{
border-color: #D09EC2;
}
</style>