Shades of Maverick #D69BC5
Tints of Maverick #D69BC5
RGB
CMYK
RGB Variations
Color information
#D69BC5 (or 0xD69BC5) is known color: Maverick. HEX triplet: D6, 9B and C5. RGB value is (214,155,197). Sum of RGB (Red+Green+Blue) = 214+155+197=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BC5 is #29643A. Grayscale: #B1B1B1. Windows color (decimal): -2712635 or 12950486. OLE color: 12950486.
HSL color Cylindrical-coordinate representation of color #D69BC5: hue angle of 317.29º 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 #D69BC5 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 197 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.16 |
| HSL | 317.29º | 0.42% | 0.72% | - |
| HSV(B) | 317.29º | 0.28% | 0.84% | - |
| XYZ | 49.53 | 41.77 | 58.28 | - |
| YUV | 177.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 197 | 0 | 0.28 | 0.08 | 0.16 | 317.29 | 0.42 | 0.72 |
| Hex | D6 | 9B | C5 | 0 | 1C | 8 | 10 | 13D | 2A | 48 |
| Octal | 326 | 233 | 305 | 0 | 34 | 10 | 20 | 475 | 52 | 110 |
| Binary | 11010110 | 10011011 | 11000101 | 0 | 11100 | 1000 | 10000 | 100111101 | 101010 | 1001000 |
Color Harmonies of #D69BC5
Complementary color
Monochromatic Colors of #D69BC5
Black with #D69BC5
Text Example
Text Example
White with #D69BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BC5; }
p { color: rgb(214,155,197); }
H1.HeaderClassName
{
color: #D69BC5;
}
.AnyTagClassName
{
color: #D69BC5;
}
</style>
background-color css
<style>
a { background-color: #D69BC5; }
a { background-color: rgb(214,155,197); }
div.DivClassName
{
background-color: #D69BC5;
}
.BgClassName
{
background-color: #D69BC5;
}
</style>
border-color css
<style>
span { border-color: #D69BC5; }
span { border-color: rgb(214,155,197); }
td.TdClassName
{
border-color: #D69BC5;
}
.TagClassName
{
border-color: #D69BC5;
}
</style>