Shades of Maverick #D69BC6
Tints of Maverick #D69BC6
RGB
CMYK
RGB Variations
Color information
#D69BC6 (or 0xD69BC6) is known color: Maverick. HEX triplet: D6, 9B and C6. RGB value is (214,155,198). Sum of RGB (Red+Green+Blue) = 214+155+198=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BC6 is #296439. Grayscale: #B1B1B1. Windows color (decimal): -2712634 or 13016022. OLE color: 13016022.
HSL color Cylindrical-coordinate representation of color #D69BC6: hue angle of 316.27º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BC6 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 198 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.16 |
| HSL | 316.27º | 0.42% | 0.72% | - |
| HSV(B) | 316.27º | 0.28% | 0.84% | - |
| XYZ | 49.65 | 41.82 | 58.88 | - |
| YUV | 177.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 198 | 0 | 0.28 | 0.07 | 0.16 | 316.27 | 0.42 | 0.72 |
| Hex | D6 | 9B | C6 | 0 | 1C | 7 | 10 | 13C | 2A | 48 |
| Octal | 326 | 233 | 306 | 0 | 34 | 7 | 20 | 474 | 52 | 110 |
| Binary | 11010110 | 10011011 | 11000110 | 0 | 11100 | 111 | 10000 | 100111100 | 101010 | 1001000 |
Color Harmonies of #D69BC6
Complementary color
Monochromatic Colors of #D69BC6
Black with #D69BC6
Text Example
Text Example
White with #D69BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BC6; }
p { color: rgb(214,155,198); }
H1.HeaderClassName
{
color: #D69BC6;
}
.AnyTagClassName
{
color: #D69BC6;
}
</style>
background-color css
<style>
a { background-color: #D69BC6; }
a { background-color: rgb(214,155,198); }
div.DivClassName
{
background-color: #D69BC6;
}
.BgClassName
{
background-color: #D69BC6;
}
</style>
border-color css
<style>
span { border-color: #D69BC6; }
span { border-color: rgb(214,155,198); }
td.TdClassName
{
border-color: #D69BC6;
}
.TagClassName
{
border-color: #D69BC6;
}
</style>