Shades of Maverick #D6A5CB
Tints of Maverick #D6A5CB
RGB
CMYK
RGB Variations
Color information
#D6A5CB (or 0xD6A5CB) is known color: Maverick. HEX triplet: D6, A5 and CB. RGB value is (214,165,203). Sum of RGB (Red+Green+Blue) = 214+165+203=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A5CB is #295A34. Grayscale: #B7B7B7. Windows color (decimal): -2710069 or 13346262. OLE color: 13346262.
HSL color Cylindrical-coordinate representation of color #D6A5CB: hue angle of 313.47º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6A5CB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 203 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.16 |
| HSL | 313.47º | 0.37% | 0.74% | - |
| HSV(B) | 313.47º | 0.23% | 0.84% | - |
| XYZ | 51.97 | 45.52 | 62.55 | - |
| YUV | 183.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 203 | 0 | 0.23 | 0.05 | 0.16 | 313.47 | 0.37 | 0.74 |
| Hex | D6 | A5 | CB | 0 | 17 | 5 | 10 | 139 | 25 | 4A |
| Octal | 326 | 245 | 313 | 0 | 27 | 5 | 20 | 471 | 45 | 112 |
| Binary | 11010110 | 10100101 | 11001011 | 0 | 10111 | 101 | 10000 | 100111001 | 100101 | 1001010 |
Color Harmonies of #D6A5CB
Complementary color
Monochromatic Colors of #D6A5CB
Black with #D6A5CB
Text Example
Text Example
White with #D6A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A5CB; }
p { color: rgb(214,165,203); }
H1.HeaderClassName
{
color: #D6A5CB;
}
.AnyTagClassName
{
color: #D6A5CB;
}
</style>
background-color css
<style>
a { background-color: #D6A5CB; }
a { background-color: rgb(214,165,203); }
div.DivClassName
{
background-color: #D6A5CB;
}
.BgClassName
{
background-color: #D6A5CB;
}
</style>
border-color css
<style>
span { border-color: #D6A5CB; }
span { border-color: rgb(214,165,203); }
td.TdClassName
{
border-color: #D6A5CB;
}
.TagClassName
{
border-color: #D6A5CB;
}
</style>