Shades of Charm #D28388
Tints of Charm #D28388
RGB
CMYK
RGB Variations
Color information
#D28388 (or 0xD28388) is known color: Charm. HEX triplet: D2, 83 and 88. RGB value is (210,131,136). Sum of RGB (Red+Green+Blue) = 210+131+136=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D28388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28388 is #2D7C77. Grayscale: #9B9B9B. Windows color (decimal): -2980984 or 8946642. OLE color: 8946642.
HSL color Cylindrical-coordinate representation of color #D28388: hue angle of 356.2º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28388 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 136 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.18 |
| HSL | 356.2º | 0.47% | 0.67% | - |
| HSV(B) | 356.2º | 0.38% | 0.82% | - |
| XYZ | 39.14 | 31.71 | 27.35 | - |
| YUV | 155.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 136 | 0 | 0.38 | 0.35 | 0.18 | 356.2 | 0.47 | 0.67 |
| Hex | D2 | 83 | 88 | 0 | 26 | 23 | 12 | 164 | 2F | 43 |
| Octal | 322 | 203 | 210 | 0 | 46 | 43 | 22 | 544 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10001000 | 0 | 100110 | 100011 | 10010 | 101100100 | 101111 | 1000011 |
Color Harmonies of #D28388
Complementary color
Monochromatic Colors of #D28388
Black with #D28388
Text Example
Text Example
White with #D28388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28388; }
p { color: rgb(210,131,136); }
H1.HeaderClassName
{
color: #D28388;
}
.AnyTagClassName
{
color: #D28388;
}
</style>
background-color css
<style>
a { background-color: #D28388; }
a { background-color: rgb(210,131,136); }
div.DivClassName
{
background-color: #D28388;
}
.BgClassName
{
background-color: #D28388;
}
</style>
border-color css
<style>
span { border-color: #D28388; }
span { border-color: rgb(210,131,136); }
td.TdClassName
{
border-color: #D28388;
}
.TagClassName
{
border-color: #D28388;
}
</style>