Shades of Maverick #D5A9CA
Tints of Maverick #D5A9CA
RGB
CMYK
RGB Variations
Color information
#D5A9CA (or 0xD5A9CA) is known color: Maverick. HEX triplet: D5, A9 and CA. RGB value is (213,169,202). Sum of RGB (Red+Green+Blue) = 213+169+202=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A9CA is #2A5635. Grayscale: #B9B9B9. Windows color (decimal): -2774582 or 13281749. OLE color: 13281749.
HSL color Cylindrical-coordinate representation of color #D5A9CA: hue angle of 315º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A9CA is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 202 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.16 |
| HSL | 315º | 0.34% | 0.75% | - |
| HSV(B) | 315º | 0.21% | 0.84% | - |
| XYZ | 52.29 | 46.79 | 62.15 | - |
| YUV | 185.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 202 | 0 | 0.21 | 0.05 | 0.16 | 315 | 0.34 | 0.75 |
| Hex | D5 | A9 | CA | 0 | 15 | 5 | 10 | 13B | 22 | 4B |
| Octal | 325 | 251 | 312 | 0 | 25 | 5 | 20 | 473 | 42 | 113 |
| Binary | 11010101 | 10101001 | 11001010 | 0 | 10101 | 101 | 10000 | 100111011 | 100010 | 1001011 |
Color Harmonies of #D5A9CA
Complementary color
Monochromatic Colors of #D5A9CA
Black with #D5A9CA
Text Example
Text Example
White with #D5A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A9CA; }
p { color: rgb(213,169,202); }
H1.HeaderClassName
{
color: #D5A9CA;
}
.AnyTagClassName
{
color: #D5A9CA;
}
</style>
background-color css
<style>
a { background-color: #D5A9CA; }
a { background-color: rgb(213,169,202); }
div.DivClassName
{
background-color: #D5A9CA;
}
.BgClassName
{
background-color: #D5A9CA;
}
</style>
border-color css
<style>
span { border-color: #D5A9CA; }
span { border-color: rgb(213,169,202); }
td.TdClassName
{
border-color: #D5A9CA;
}
.TagClassName
{
border-color: #D5A9CA;
}
</style>