Shades of Charm #D5698A
Tints of Charm #D5698A
RGB
CMYK
RGB Variations
Color information
#D5698A (or 0xD5698A) is known color: Charm. HEX triplet: D5, 69 and 8A. RGB value is (213,105,138). Sum of RGB (Red+Green+Blue) = 213+105+138=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5698A is #2A9675. Grayscale: #8D8D8D. Windows color (decimal): -2791030 or 9071061. OLE color: 9071061.
HSL color Cylindrical-coordinate representation of color #D5698A: hue angle of 341.67º 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 #D5698A is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 138 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.16 |
| HSL | 341.67º | 0.56% | 0.62% | - |
| HSV(B) | 341.67º | 0.51% | 0.84% | - |
| XYZ | 37.08 | 26.08 | 27.13 | - |
| YUV | 141.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 138 | 0 | 0.51 | 0.35 | 0.16 | 341.67 | 0.56 | 0.62 |
| Hex | D5 | 69 | 8A | 0 | 33 | 23 | 10 | 156 | 38 | 3E |
| Octal | 325 | 151 | 212 | 0 | 63 | 43 | 20 | 526 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10001010 | 0 | 110011 | 100011 | 10000 | 101010110 | 111000 | 111110 |
Color Harmonies of #D5698A
Complementary color
Monochromatic Colors of #D5698A
Black with #D5698A
Text Example
Text Example
White with #D5698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5698A; }
p { color: rgb(213,105,138); }
H1.HeaderClassName
{
color: #D5698A;
}
.AnyTagClassName
{
color: #D5698A;
}
</style>
background-color css
<style>
a { background-color: #D5698A; }
a { background-color: rgb(213,105,138); }
div.DivClassName
{
background-color: #D5698A;
}
.BgClassName
{
background-color: #D5698A;
}
</style>
border-color css
<style>
span { border-color: #D5698A; }
span { border-color: rgb(213,105,138); }
td.TdClassName
{
border-color: #D5698A;
}
.TagClassName
{
border-color: #D5698A;
}
</style>