Shades of Maverick #D2AFC3
Tints of Maverick #D2AFC3
RGB
CMYK
RGB Variations
Color information
#D2AFC3 (or 0xD2AFC3) is known color: Maverick. HEX triplet: D2, AF and C3. RGB value is (210,175,195). Sum of RGB (Red+Green+Blue) = 210+175+195=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFC3 is #2D503C. Grayscale: #BBBBBB. Windows color (decimal): -2969661 or 12824530. OLE color: 12824530.
HSL color Cylindrical-coordinate representation of color #D2AFC3: hue angle of 325.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFC3 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 195 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.18 |
| HSL | 325.71º | 0.28% | 0.75% | - |
| HSV(B) | 325.71º | 0.17% | 0.82% | - |
| XYZ | 51.76 | 48.3 | 58.22 | - |
| YUV | 187.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 195 | 0 | 0.17 | 0.07 | 0.18 | 325.71 | 0.28 | 0.75 |
| Hex | D2 | AF | C3 | 0 | 11 | 7 | 12 | 146 | 1C | 4B |
| Octal | 322 | 257 | 303 | 0 | 21 | 7 | 22 | 506 | 34 | 113 |
| Binary | 11010010 | 10101111 | 11000011 | 0 | 10001 | 111 | 10010 | 101000110 | 11100 | 1001011 |
Color Harmonies of #D2AFC3
Complementary color
Monochromatic Colors of #D2AFC3
Black with #D2AFC3
Text Example
Text Example
White with #D2AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFC3; }
p { color: rgb(210,175,195); }
H1.HeaderClassName
{
color: #D2AFC3;
}
.AnyTagClassName
{
color: #D2AFC3;
}
</style>
background-color css
<style>
a { background-color: #D2AFC3; }
a { background-color: rgb(210,175,195); }
div.DivClassName
{
background-color: #D2AFC3;
}
.BgClassName
{
background-color: #D2AFC3;
}
</style>
border-color css
<style>
span { border-color: #D2AFC3; }
span { border-color: rgb(210,175,195); }
td.TdClassName
{
border-color: #D2AFC3;
}
.TagClassName
{
border-color: #D2AFC3;
}
</style>