Shades of Maverick #D59BC2
Tints of Maverick #D59BC2
RGB
CMYK
RGB Variations
Color information
#D59BC2 (or 0xD59BC2) is known color: Maverick. HEX triplet: D5, 9B and C2. RGB value is (213,155,194). Sum of RGB (Red+Green+Blue) = 213+155+194=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BC2 is #2A643D. Grayscale: #B0B0B0. Windows color (decimal): -2778174 or 12753877. OLE color: 12753877.
HSL color Cylindrical-coordinate representation of color #D59BC2: hue angle of 319.66º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BC2 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 194 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.16 |
| HSL | 319.66º | 0.41% | 0.72% | - |
| HSV(B) | 319.66º | 0.27% | 0.84% | - |
| XYZ | 48.9 | 41.48 | 56.47 | - |
| YUV | 176.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 194 | 0 | 0.27 | 0.09 | 0.16 | 319.66 | 0.41 | 0.72 |
| Hex | D5 | 9B | C2 | 0 | 1B | 9 | 10 | 140 | 29 | 48 |
| Octal | 325 | 233 | 302 | 0 | 33 | 11 | 20 | 500 | 51 | 110 |
| Binary | 11010101 | 10011011 | 11000010 | 0 | 11011 | 1001 | 10000 | 101000000 | 101001 | 1001000 |
Color Harmonies of #D59BC2
Complementary color
Monochromatic Colors of #D59BC2
Black with #D59BC2
Text Example
Text Example
White with #D59BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BC2; }
p { color: rgb(213,155,194); }
H1.HeaderClassName
{
color: #D59BC2;
}
.AnyTagClassName
{
color: #D59BC2;
}
</style>
background-color css
<style>
a { background-color: #D59BC2; }
a { background-color: rgb(213,155,194); }
div.DivClassName
{
background-color: #D59BC2;
}
.BgClassName
{
background-color: #D59BC2;
}
</style>
border-color css
<style>
span { border-color: #D59BC2; }
span { border-color: rgb(213,155,194); }
td.TdClassName
{
border-color: #D59BC2;
}
.TagClassName
{
border-color: #D59BC2;
}
</style>