Shades of Maverick #D39BC4
Tints of Maverick #D39BC4
RGB
CMYK
RGB Variations
Color information
#D39BC4 (or 0xD39BC4) is known color: Maverick. HEX triplet: D3, 9B and C4. RGB value is (211,155,196). Sum of RGB (Red+Green+Blue) = 211+155+196=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BC4 is #2C643B. Grayscale: #B0B0B0. Windows color (decimal): -2909244 or 12884947. OLE color: 12884947.
HSL color Cylindrical-coordinate representation of color #D39BC4: hue angle of 316.07º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39BC4 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 196 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.17 |
| HSL | 316.07º | 0.39% | 0.72% | - |
| HSV(B) | 316.07º | 0.27% | 0.83% | - |
| XYZ | 48.55 | 41.28 | 57.63 | - |
| YUV | 176.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 196 | 0 | 0.27 | 0.07 | 0.17 | 316.07 | 0.39 | 0.72 |
| Hex | D3 | 9B | C4 | 0 | 1B | 7 | 11 | 13C | 27 | 48 |
| Octal | 323 | 233 | 304 | 0 | 33 | 7 | 21 | 474 | 47 | 110 |
| Binary | 11010011 | 10011011 | 11000100 | 0 | 11011 | 111 | 10001 | 100111100 | 100111 | 1001000 |
Color Harmonies of #D39BC4
Complementary color
Monochromatic Colors of #D39BC4
Black with #D39BC4
Text Example
Text Example
White with #D39BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BC4; }
p { color: rgb(211,155,196); }
H1.HeaderClassName
{
color: #D39BC4;
}
.AnyTagClassName
{
color: #D39BC4;
}
</style>
background-color css
<style>
a { background-color: #D39BC4; }
a { background-color: rgb(211,155,196); }
div.DivClassName
{
background-color: #D39BC4;
}
.BgClassName
{
background-color: #D39BC4;
}
</style>
border-color css
<style>
span { border-color: #D39BC4; }
span { border-color: rgb(211,155,196); }
td.TdClassName
{
border-color: #D39BC4;
}
.TagClassName
{
border-color: #D39BC4;
}
</style>