Shades of Charm #D7818B
Tints of Charm #D7818B
RGB
CMYK
RGB Variations
Color information
#D7818B (or 0xD7818B) is known color: Charm. HEX triplet: D7, 81 and 8B. RGB value is (215,129,139). Sum of RGB (Red+Green+Blue) = 215+129+139=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7818B is #287E74. Grayscale: #9B9B9B. Windows color (decimal): -2653813 or 9142743. OLE color: 9142743.
HSL color Cylindrical-coordinate representation of color #D7818B: hue angle of 353.02º 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 #D7818B is Cyan = 0, Magento = 0.4, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 139 | - |
| CMYK | 0 | 0.4 | 0.35 | 0.16 |
| HSL | 353.02º | 0.52% | 0.67% | - |
| HSV(B) | 353.02º | 0.4% | 0.84% | - |
| XYZ | 40.53 | 32.01 | 28.47 | - |
| YUV | 155.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 139 | 0 | 0.4 | 0.35 | 0.16 | 353.02 | 0.52 | 0.67 |
| Hex | D7 | 81 | 8B | 0 | 28 | 23 | 10 | 161 | 34 | 43 |
| Octal | 327 | 201 | 213 | 0 | 50 | 43 | 20 | 541 | 64 | 103 |
| Binary | 11010111 | 10000001 | 10001011 | 0 | 101000 | 100011 | 10000 | 101100001 | 110100 | 1000011 |
Color Harmonies of #D7818B
Complementary color
Monochromatic Colors of #D7818B
Black with #D7818B
Text Example
Text Example
White with #D7818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7818B; }
p { color: rgb(215,129,139); }
H1.HeaderClassName
{
color: #D7818B;
}
.AnyTagClassName
{
color: #D7818B;
}
</style>
background-color css
<style>
a { background-color: #D7818B; }
a { background-color: rgb(215,129,139); }
div.DivClassName
{
background-color: #D7818B;
}
.BgClassName
{
background-color: #D7818B;
}
</style>
border-color css
<style>
span { border-color: #D7818B; }
span { border-color: rgb(215,129,139); }
td.TdClassName
{
border-color: #D7818B;
}
.TagClassName
{
border-color: #D7818B;
}
</style>