Shades of Charm #D4808D
Tints of Charm #D4808D
RGB
CMYK
RGB Variations
Color information
#D4808D (or 0xD4808D) is known color: Charm. HEX triplet: D4, 80 and 8D. RGB value is (212,128,141). Sum of RGB (Red+Green+Blue) = 212+128+141=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4808D is #2B7F72. Grayscale: #9A9A9A. Windows color (decimal): -2850675 or 9273556. OLE color: 9273556.
HSL color Cylindrical-coordinate representation of color #D4808D: hue angle of 350.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4808D is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 141 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.17 |
| HSL | 350.71º | 0.49% | 0.67% | - |
| HSV(B) | 350.71º | 0.4% | 0.83% | - |
| XYZ | 39.68 | 31.36 | 29.16 | - |
| YUV | 154.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 141 | 0 | 0.40 | 0.33 | 0.17 | 350.71 | 0.49 | 0.67 |
| Hex | D4 | 80 | 8D | 0 | 28 | 21 | 11 | 15F | 31 | 43 |
| Octal | 324 | 200 | 215 | 0 | 50 | 41 | 21 | 537 | 61 | 103 |
| Binary | 11010100 | 10000000 | 10001101 | 0 | 101000 | 100001 | 10001 | 101011111 | 110001 | 1000011 |
Color Harmonies of #D4808D
Complementary color
Monochromatic Colors of #D4808D
Black with #D4808D
Text Example
Text Example
White with #D4808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4808D; }
p { color: rgb(212,128,141); }
H1.HeaderClassName
{
color: #D4808D;
}
.AnyTagClassName
{
color: #D4808D;
}
</style>
background-color css
<style>
a { background-color: #D4808D; }
a { background-color: rgb(212,128,141); }
div.DivClassName
{
background-color: #D4808D;
}
.BgClassName
{
background-color: #D4808D;
}
</style>
border-color css
<style>
span { border-color: #D4808D; }
span { border-color: rgb(212,128,141); }
td.TdClassName
{
border-color: #D4808D;
}
.TagClassName
{
border-color: #D4808D;
}
</style>