Shades of Maverick #D69DC3
Tints of Maverick #D69DC3
RGB
CMYK
RGB Variations
Color information
#D69DC3 (or 0xD69DC3) is known color: Maverick. HEX triplet: D6, 9D and C3. RGB value is (214,157,195). Sum of RGB (Red+Green+Blue) = 214+157+195=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DC3 is #29623C. Grayscale: #B2B2B2. Windows color (decimal): -2712125 or 12819926. OLE color: 12819926.
HSL color Cylindrical-coordinate representation of color #D69DC3: hue angle of 320º 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 #D69DC3 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 195 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.16 |
| HSL | 320º | 0.41% | 0.73% | - |
| HSV(B) | 320º | 0.27% | 0.84% | - |
| XYZ | 49.64 | 42.35 | 57.19 | - |
| YUV | 178.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 195 | 0 | 0.27 | 0.09 | 0.16 | 320 | 0.41 | 0.73 |
| Hex | D6 | 9D | C3 | 0 | 1B | 9 | 10 | 140 | 29 | 49 |
| Octal | 326 | 235 | 303 | 0 | 33 | 11 | 20 | 500 | 51 | 111 |
| Binary | 11010110 | 10011101 | 11000011 | 0 | 11011 | 1001 | 10000 | 101000000 | 101001 | 1001001 |
Color Harmonies of #D69DC3
Complementary color
Monochromatic Colors of #D69DC3
Black with #D69DC3
Text Example
Text Example
White with #D69DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69DC3; }
p { color: rgb(214,157,195); }
H1.HeaderClassName
{
color: #D69DC3;
}
.AnyTagClassName
{
color: #D69DC3;
}
</style>
background-color css
<style>
a { background-color: #D69DC3; }
a { background-color: rgb(214,157,195); }
div.DivClassName
{
background-color: #D69DC3;
}
.BgClassName
{
background-color: #D69DC3;
}
</style>
border-color css
<style>
span { border-color: #D69DC3; }
span { border-color: rgb(214,157,195); }
td.TdClassName
{
border-color: #D69DC3;
}
.TagClassName
{
border-color: #D69DC3;
}
</style>