Shades of Charm #D68091
Tints of Charm #D68091
RGB
CMYK
RGB Variations
Color information
#D68091 (or 0xD68091) is known color: Charm. HEX triplet: D6, 80 and 91. RGB value is (214,128,145). Sum of RGB (Red+Green+Blue) = 214+128+145=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D68091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68091 is #297F6E. Grayscale: #9B9B9B. Windows color (decimal): -2719599 or 9535702. OLE color: 9535702.
HSL color Cylindrical-coordinate representation of color #D68091: hue angle of 348.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68091 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 145 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.16 |
| HSL | 348.14º | 0.51% | 0.67% | - |
| HSV(B) | 348.14º | 0.4% | 0.84% | - |
| XYZ | 40.56 | 31.78 | 30.78 | - |
| YUV | 155.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 145 | 0 | 0.40 | 0.32 | 0.16 | 348.14 | 0.51 | 0.67 |
| Hex | D6 | 80 | 91 | 0 | 28 | 20 | 10 | 15C | 33 | 43 |
| Octal | 326 | 200 | 221 | 0 | 50 | 40 | 20 | 534 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10010001 | 0 | 101000 | 100000 | 10000 | 101011100 | 110011 | 1000011 |
Color Harmonies of #D68091
Complementary color
Monochromatic Colors of #D68091
Black with #D68091
Text Example
Text Example
White with #D68091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68091; }
p { color: rgb(214,128,145); }
H1.HeaderClassName
{
color: #D68091;
}
.AnyTagClassName
{
color: #D68091;
}
</style>
background-color css
<style>
a { background-color: #D68091; }
a { background-color: rgb(214,128,145); }
div.DivClassName
{
background-color: #D68091;
}
.BgClassName
{
background-color: #D68091;
}
</style>
border-color css
<style>
span { border-color: #D68091; }
span { border-color: rgb(214,128,145); }
td.TdClassName
{
border-color: #D68091;
}
.TagClassName
{
border-color: #D68091;
}
</style>