Shades of Charm #D5697E
Tints of Charm #D5697E
RGB
CMYK
RGB Variations
Color information
#D5697E (or 0xD5697E) is known color: Charm. HEX triplet: D5, 69 and 7E. RGB value is (213,105,126). Sum of RGB (Red+Green+Blue) = 213+105+126=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5697E is #2A9681. Grayscale: #8B8B8B. Windows color (decimal): -2791042 or 8284629. OLE color: 8284629.
HSL color Cylindrical-coordinate representation of color #D5697E: hue angle of 348.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5697E is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 126 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.16 |
| HSL | 348.33º | 0.56% | 0.62% | - |
| HSV(B) | 348.33º | 0.51% | 0.84% | - |
| XYZ | 36.26 | 25.76 | 22.8 | - |
| YUV | 139.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 126 | 0 | 0.51 | 0.41 | 0.16 | 348.33 | 0.56 | 0.62 |
| Hex | D5 | 69 | 7E | 0 | 33 | 29 | 10 | 15C | 38 | 3E |
| Octal | 325 | 151 | 176 | 0 | 63 | 51 | 20 | 534 | 70 | 76 |
| Binary | 11010101 | 1101001 | 1111110 | 0 | 110011 | 101001 | 10000 | 101011100 | 111000 | 111110 |
Color Harmonies of #D5697E
Complementary color
Monochromatic Colors of #D5697E
Black with #D5697E
Text Example
Text Example
White with #D5697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5697E; }
p { color: rgb(213,105,126); }
H1.HeaderClassName
{
color: #D5697E;
}
.AnyTagClassName
{
color: #D5697E;
}
</style>
background-color css
<style>
a { background-color: #D5697E; }
a { background-color: rgb(213,105,126); }
div.DivClassName
{
background-color: #D5697E;
}
.BgClassName
{
background-color: #D5697E;
}
</style>
border-color css
<style>
span { border-color: #D5697E; }
span { border-color: rgb(213,105,126); }
td.TdClassName
{
border-color: #D5697E;
}
.TagClassName
{
border-color: #D5697E;
}
</style>