Shades of Maverick #D69CC5
Tints of Maverick #D69CC5
RGB
CMYK
RGB Variations
Color information
#D69CC5 (or 0xD69CC5) is known color: Maverick. HEX triplet: D6, 9C and C5. RGB value is (214,156,197). Sum of RGB (Red+Green+Blue) = 214+156+197=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CC5 is #29633A. Grayscale: #B1B1B1. Windows color (decimal): -2712379 or 12950742. OLE color: 12950742.
HSL color Cylindrical-coordinate representation of color #D69CC5: hue angle of 317.59º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69CC5 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 197 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.16 |
| HSL | 317.59º | 0.41% | 0.73% | - |
| HSV(B) | 317.59º | 0.27% | 0.84% | - |
| XYZ | 49.7 | 42.1 | 58.33 | - |
| YUV | 178.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 197 | 0 | 0.27 | 0.08 | 0.16 | 317.59 | 0.41 | 0.73 |
| Hex | D6 | 9C | C5 | 0 | 1B | 8 | 10 | 13E | 29 | 49 |
| Octal | 326 | 234 | 305 | 0 | 33 | 10 | 20 | 476 | 51 | 111 |
| Binary | 11010110 | 10011100 | 11000101 | 0 | 11011 | 1000 | 10000 | 100111110 | 101001 | 1001001 |
Color Harmonies of #D69CC5
Complementary color
Monochromatic Colors of #D69CC5
Black with #D69CC5
Text Example
Text Example
White with #D69CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CC5; }
p { color: rgb(214,156,197); }
H1.HeaderClassName
{
color: #D69CC5;
}
.AnyTagClassName
{
color: #D69CC5;
}
</style>
background-color css
<style>
a { background-color: #D69CC5; }
a { background-color: rgb(214,156,197); }
div.DivClassName
{
background-color: #D69CC5;
}
.BgClassName
{
background-color: #D69CC5;
}
</style>
border-color css
<style>
span { border-color: #D69CC5; }
span { border-color: rgb(214,156,197); }
td.TdClassName
{
border-color: #D69CC5;
}
.TagClassName
{
border-color: #D69CC5;
}
</style>