Shades of Charm #D78081
Tints of Charm #D78081
RGB
CMYK
RGB Variations
Color information
#D78081 (or 0xD78081) is known color: Charm. HEX triplet: D7, 80 and 81. RGB value is (215,128,129). Sum of RGB (Red+Green+Blue) = 215+128+129=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D78081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78081 is #287F7E. Grayscale: #9A9A9A. Windows color (decimal): -2654079 or 8487127. OLE color: 8487127.
HSL color Cylindrical-coordinate representation of color #D78081: hue angle of 359.31º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78081 is Cyan = 0, Magento = 0.40, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 129 | - |
| CMYK | 0 | 0.40 | 0.4 | 0.16 |
| HSL | 359.31º | 0.52% | 0.67% | - |
| HSV(B) | 359.31º | 0.4% | 0.84% | - |
| XYZ | 39.71 | 31.47 | 24.75 | - |
| YUV | 154.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 129 | 0 | 0.40 | 0.4 | 0.16 | 359.31 | 0.52 | 0.67 |
| Hex | D7 | 80 | 81 | 0 | 28 | 28 | 10 | 167 | 34 | 43 |
| Octal | 327 | 200 | 201 | 0 | 50 | 50 | 20 | 547 | 64 | 103 |
| Binary | 11010111 | 10000000 | 10000001 | 0 | 101000 | 101000 | 10000 | 101100111 | 110100 | 1000011 |
Color Harmonies of #D78081
Complementary color
Monochromatic Colors of #D78081
Black with #D78081
Text Example
Text Example
White with #D78081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78081; }
p { color: rgb(215,128,129); }
H1.HeaderClassName
{
color: #D78081;
}
.AnyTagClassName
{
color: #D78081;
}
</style>
background-color css
<style>
a { background-color: #D78081; }
a { background-color: rgb(215,128,129); }
div.DivClassName
{
background-color: #D78081;
}
.BgClassName
{
background-color: #D78081;
}
</style>
border-color css
<style>
span { border-color: #D78081; }
span { border-color: rgb(215,128,129); }
td.TdClassName
{
border-color: #D78081;
}
.TagClassName
{
border-color: #D78081;
}
</style>