Shades of Charm #D5848A
Tints of Charm #D5848A
RGB
CMYK
RGB Variations
Color information
#D5848A (or 0xD5848A) is known color: Charm. HEX triplet: D5, 84 and 8A. RGB value is (213,132,138). Sum of RGB (Red+Green+Blue) = 213+132+138=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5848A is #2A7B75. Grayscale: #9C9C9C. Windows color (decimal): -2784118 or 9077973. OLE color: 9077973.
HSL color Cylindrical-coordinate representation of color #D5848A: hue angle of 355.56º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5848A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 138 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.16 |
| HSL | 355.56º | 0.49% | 0.68% | - |
| HSV(B) | 355.56º | 0.38% | 0.84% | - |
| XYZ | 40.28 | 32.48 | 28.19 | - |
| YUV | 156.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 138 | 0 | 0.38 | 0.35 | 0.16 | 355.56 | 0.49 | 0.68 |
| Hex | D5 | 84 | 8A | 0 | 26 | 23 | 10 | 164 | 31 | 44 |
| Octal | 325 | 204 | 212 | 0 | 46 | 43 | 20 | 544 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10001010 | 0 | 100110 | 100011 | 10000 | 101100100 | 110001 | 1000100 |
Color Harmonies of #D5848A
Complementary color
Monochromatic Colors of #D5848A
Black with #D5848A
Text Example
Text Example
White with #D5848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5848A; }
p { color: rgb(213,132,138); }
H1.HeaderClassName
{
color: #D5848A;
}
.AnyTagClassName
{
color: #D5848A;
}
</style>
background-color css
<style>
a { background-color: #D5848A; }
a { background-color: rgb(213,132,138); }
div.DivClassName
{
background-color: #D5848A;
}
.BgClassName
{
background-color: #D5848A;
}
</style>
border-color css
<style>
span { border-color: #D5848A; }
span { border-color: rgb(213,132,138); }
td.TdClassName
{
border-color: #D5848A;
}
.TagClassName
{
border-color: #D5848A;
}
</style>