Shades of Maverick #D69DC6
Tints of Maverick #D69DC6
RGB
CMYK
RGB Variations
Color information
#D69DC6 (or 0xD69DC6) is known color: Maverick. HEX triplet: D6, 9D and C6. RGB value is (214,157,198). Sum of RGB (Red+Green+Blue) = 214+157+198=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DC6 is #296239. Grayscale: #B2B2B2. Windows color (decimal): -2712122 or 13016534. OLE color: 13016534.
HSL color Cylindrical-coordinate representation of color #D69DC6: hue angle of 316.84º degrees, saturation: 0.41, 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 #D69DC6 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 198 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.16 |
| HSL | 316.84º | 0.41% | 0.73% | - |
| HSV(B) | 316.84º | 0.27% | 0.84% | - |
| XYZ | 49.98 | 42.49 | 58.99 | - |
| YUV | 178.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 198 | 0 | 0.27 | 0.07 | 0.16 | 316.84 | 0.41 | 0.73 |
| Hex | D6 | 9D | C6 | 0 | 1B | 7 | 10 | 13D | 29 | 49 |
| Octal | 326 | 235 | 306 | 0 | 33 | 7 | 20 | 475 | 51 | 111 |
| Binary | 11010110 | 10011101 | 11000110 | 0 | 11011 | 111 | 10000 | 100111101 | 101001 | 1001001 |
Color Harmonies of #D69DC6
Complementary color
Monochromatic Colors of #D69DC6
Black with #D69DC6
Text Example
Text Example
White with #D69DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69DC6; }
p { color: rgb(214,157,198); }
H1.HeaderClassName
{
color: #D69DC6;
}
.AnyTagClassName
{
color: #D69DC6;
}
</style>
background-color css
<style>
a { background-color: #D69DC6; }
a { background-color: rgb(214,157,198); }
div.DivClassName
{
background-color: #D69DC6;
}
.BgClassName
{
background-color: #D69DC6;
}
</style>
border-color css
<style>
span { border-color: #D69DC6; }
span { border-color: rgb(214,157,198); }
td.TdClassName
{
border-color: #D69DC6;
}
.TagClassName
{
border-color: #D69DC6;
}
</style>