Shades of Charm #D4848B
Tints of Charm #D4848B
RGB
CMYK
RGB Variations
Color information
#D4848B (or 0xD4848B) is known color: Charm. HEX triplet: D4, 84 and 8B. RGB value is (212,132,139). Sum of RGB (Red+Green+Blue) = 212+132+139=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4848B is #2B7B74. Grayscale: #9C9C9C. Windows color (decimal): -2849653 or 9143508. OLE color: 9143508.
HSL color Cylindrical-coordinate representation of color #D4848B: hue angle of 354.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4848B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 139 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.17 |
| HSL | 354.75º | 0.48% | 0.67% | - |
| HSV(B) | 354.75º | 0.38% | 0.83% | - |
| XYZ | 40.06 | 32.36 | 28.56 | - |
| YUV | 156.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 139 | 0 | 0.38 | 0.34 | 0.17 | 354.75 | 0.48 | 0.67 |
| Hex | D4 | 84 | 8B | 0 | 26 | 22 | 11 | 163 | 30 | 43 |
| Octal | 324 | 204 | 213 | 0 | 46 | 42 | 21 | 543 | 60 | 103 |
| Binary | 11010100 | 10000100 | 10001011 | 0 | 100110 | 100010 | 10001 | 101100011 | 110000 | 1000011 |
Color Harmonies of #D4848B
Complementary color
Monochromatic Colors of #D4848B
Black with #D4848B
Text Example
Text Example
White with #D4848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4848B; }
p { color: rgb(212,132,139); }
H1.HeaderClassName
{
color: #D4848B;
}
.AnyTagClassName
{
color: #D4848B;
}
</style>
background-color css
<style>
a { background-color: #D4848B; }
a { background-color: rgb(212,132,139); }
div.DivClassName
{
background-color: #D4848B;
}
.BgClassName
{
background-color: #D4848B;
}
</style>
border-color css
<style>
span { border-color: #D4848B; }
span { border-color: rgb(212,132,139); }
td.TdClassName
{
border-color: #D4848B;
}
.TagClassName
{
border-color: #D4848B;
}
</style>