Shades of Maverick #D4A8C6
Tints of Maverick #D4A8C6
RGB
CMYK
RGB Variations
Color information
#D4A8C6 (or 0xD4A8C6) is known color: Maverick. HEX triplet: D4, A8 and C6. RGB value is (212,168,198). Sum of RGB (Red+Green+Blue) = 212+168+198=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8C6 is #2B5739. Grayscale: #B8B8B8. Windows color (decimal): -2840378 or 13019348. OLE color: 13019348.
HSL color Cylindrical-coordinate representation of color #D4A8C6: hue angle of 319.09º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8C6 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 168 | 198 | - |
CMYK | 0 | 0.21 | 0.07 | 0.17 |
HSL | 319.09º | 0.34% | 0.75% | - |
HSV(B) | 319.09º | 0.21% | 0.83% | - |
XYZ | 51.35 | 46.08 | 59.61 | - |
YUV | 184.58 | 135.58 | 147.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 168 | 198 | 0 | 0.21 | 0.07 | 0.17 | 319.09 | 0.34 | 0.75 |
Hex | D4 | A8 | C6 | 0 | 15 | 7 | 11 | 13F | 22 | 4B |
Octal | 324 | 250 | 306 | 0 | 25 | 7 | 21 | 477 | 42 | 113 |
Binary | 11010100 | 10101000 | 11000110 | 0 | 10101 | 111 | 10001 | 100111111 | 100010 | 1001011 |
Color Harmonies of #D4A8C6
Complementary color
Monochromatic Colors of #D4A8C6
Black with #D4A8C6
Text Example
Text Example
White with #D4A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8C6; }
p { color: rgb(212,168,198); }
H1.HeaderClassName
{
color: #D4A8C6;
}
.AnyTagClassName
{
color: #D4A8C6;
}
</style>
background-color css
<style>
a { background-color: #D4A8C6; }
a { background-color: rgb(212,168,198); }
div.DivClassName
{
background-color: #D4A8C6;
}
.BgClassName
{
background-color: #D4A8C6;
}
</style>
border-color css
<style>
span { border-color: #D4A8C6; }
span { border-color: rgb(212,168,198); }
td.TdClassName
{
border-color: #D4A8C6;
}
.TagClassName
{
border-color: #D4A8C6;
}
</style>