Shades of Maverick #D4A1C2
Tints of Maverick #D4A1C2
RGB
CMYK
RGB Variations
Color information
#D4A1C2 (or 0xD4A1C2) is known color: Maverick. HEX triplet: D4, A1 and C2. RGB value is (212,161,194). Sum of RGB (Red+Green+Blue) = 212+161+194=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A1C2 is #2B5E3D. Grayscale: #B3B3B3. Windows color (decimal): -2842174 or 12755412. OLE color: 12755412.
HSL color Cylindrical-coordinate representation of color #D4A1C2: hue angle of 321.18º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A1C2 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 161 | 194 | - |
CMYK | 0 | 0.24 | 0.08 | 0.17 |
HSL | 321.18º | 0.37% | 0.73% | - |
HSV(B) | 321.18º | 0.24% | 0.83% | - |
XYZ | 49.63 | 43.38 | 56.8 | - |
YUV | 180.01 | 135.9 | 150.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 161 | 194 | 0 | 0.24 | 0.08 | 0.17 | 321.18 | 0.37 | 0.73 |
Hex | D4 | A1 | C2 | 0 | 18 | 8 | 11 | 141 | 25 | 49 |
Octal | 324 | 241 | 302 | 0 | 30 | 10 | 21 | 501 | 45 | 111 |
Binary | 11010100 | 10100001 | 11000010 | 0 | 11000 | 1000 | 10001 | 101000001 | 100101 | 1001001 |
Color Harmonies of #D4A1C2
Complementary color
Monochromatic Colors of #D4A1C2
Black with #D4A1C2
Text Example
Text Example
White with #D4A1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A1C2; }
p { color: rgb(212,161,194); }
H1.HeaderClassName
{
color: #D4A1C2;
}
.AnyTagClassName
{
color: #D4A1C2;
}
</style>
background-color css
<style>
a { background-color: #D4A1C2; }
a { background-color: rgb(212,161,194); }
div.DivClassName
{
background-color: #D4A1C2;
}
.BgClassName
{
background-color: #D4A1C2;
}
</style>
border-color css
<style>
span { border-color: #D4A1C2; }
span { border-color: rgb(212,161,194); }
td.TdClassName
{
border-color: #D4A1C2;
}
.TagClassName
{
border-color: #D4A1C2;
}
</style>