Shades of Maverick #D1A8C3
Tints of Maverick #D1A8C3
RGB
CMYK
RGB Variations
Color information
#D1A8C3 (or 0xD1A8C3) is known color: Maverick. HEX triplet: D1, A8 and C3. RGB value is (209,168,195). Sum of RGB (Red+Green+Blue) = 209+168+195=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8C3 is #2E573C. Grayscale: #B7B7B7. Windows color (decimal): -3036989 or 12822737. OLE color: 12822737.
HSL color Cylindrical-coordinate representation of color #D1A8C3: hue angle of 320.49º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A8C3 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 168 | 195 | - |
CMYK | 0 | 0.20 | 0.07 | 0.18 |
HSL | 320.49º | 0.31% | 0.74% | - |
HSV(B) | 320.49º | 0.2% | 0.82% | - |
XYZ | 50.15 | 45.5 | 57.77 | - |
YUV | 183.34 | 134.58 | 146.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 168 | 195 | 0 | 0.20 | 0.07 | 0.18 | 320.49 | 0.31 | 0.74 |
Hex | D1 | A8 | C3 | 0 | 14 | 7 | 12 | 140 | 1F | 4A |
Octal | 321 | 250 | 303 | 0 | 24 | 7 | 22 | 500 | 37 | 112 |
Binary | 11010001 | 10101000 | 11000011 | 0 | 10100 | 111 | 10010 | 101000000 | 11111 | 1001010 |
Color Harmonies of #D1A8C3
Complementary color
Monochromatic Colors of #D1A8C3
Black with #D1A8C3
Text Example
Text Example
White with #D1A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A8C3; }
p { color: rgb(209,168,195); }
H1.HeaderClassName
{
color: #D1A8C3;
}
.AnyTagClassName
{
color: #D1A8C3;
}
</style>
background-color css
<style>
a { background-color: #D1A8C3; }
a { background-color: rgb(209,168,195); }
div.DivClassName
{
background-color: #D1A8C3;
}
.BgClassName
{
background-color: #D1A8C3;
}
</style>
border-color css
<style>
span { border-color: #D1A8C3; }
span { border-color: rgb(209,168,195); }
td.TdClassName
{
border-color: #D1A8C3;
}
.TagClassName
{
border-color: #D1A8C3;
}
</style>