Shades of Maverick #D29EC3
Tints of Maverick #D29EC3
RGB
CMYK
RGB Variations
Color information
#D29EC3 (or 0xD29EC3) is known color: Maverick. HEX triplet: D2, 9E and C3. RGB value is (210,158,195). Sum of RGB (Red+Green+Blue) = 210+158+195=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EC3 is #2D613C. Grayscale: #B1B1B1. Windows color (decimal): -2974013 or 12820178. OLE color: 12820178.
HSL color Cylindrical-coordinate representation of color #D29EC3: hue angle of 317.31º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29EC3 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 158 | 195 | - |
CMYK | 0 | 0.25 | 0.07 | 0.18 |
HSL | 317.31º | 0.37% | 0.72% | - |
HSV(B) | 317.31º | 0.25% | 0.82% | - |
XYZ | 48.66 | 42.1 | 57.19 | - |
YUV | 177.77 | 137.73 | 150.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 158 | 195 | 0 | 0.25 | 0.07 | 0.18 | 317.31 | 0.37 | 0.72 |
Hex | D2 | 9E | C3 | 0 | 19 | 7 | 12 | 13D | 25 | 48 |
Octal | 322 | 236 | 303 | 0 | 31 | 7 | 22 | 475 | 45 | 110 |
Binary | 11010010 | 10011110 | 11000011 | 0 | 11001 | 111 | 10010 | 100111101 | 100101 | 1001000 |
Color Harmonies of #D29EC3
Complementary color
Monochromatic Colors of #D29EC3
Black with #D29EC3
Text Example
Text Example
White with #D29EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EC3; }
p { color: rgb(210,158,195); }
H1.HeaderClassName
{
color: #D29EC3;
}
.AnyTagClassName
{
color: #D29EC3;
}
</style>
background-color css
<style>
a { background-color: #D29EC3; }
a { background-color: rgb(210,158,195); }
div.DivClassName
{
background-color: #D29EC3;
}
.BgClassName
{
background-color: #D29EC3;
}
</style>
border-color css
<style>
span { border-color: #D29EC3; }
span { border-color: rgb(210,158,195); }
td.TdClassName
{
border-color: #D29EC3;
}
.TagClassName
{
border-color: #D29EC3;
}
</style>