Shades of Charm #D3808D
Tints of Charm #D3808D
RGB
CMYK
RGB Variations
Color information
#D3808D (or 0xD3808D) is known color: Charm. HEX triplet: D3, 80 and 8D. RGB value is (211,128,141). Sum of RGB (Red+Green+Blue) = 211+128+141=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D3808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3808D is #2C7F72. Grayscale: #9A9A9A. Windows color (decimal): -2916211 or 9273555. OLE color: 9273555.
HSL color Cylindrical-coordinate representation of color #D3808D: hue angle of 350.6º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3808D is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 141 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.17 |
| HSL | 350.6º | 0.49% | 0.66% | - |
| HSV(B) | 350.6º | 0.39% | 0.83% | - |
| XYZ | 39.39 | 31.21 | 29.15 | - |
| YUV | 154.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 141 | 0 | 0.39 | 0.33 | 0.17 | 350.6 | 0.49 | 0.66 |
| Hex | D3 | 80 | 8D | 0 | 27 | 21 | 11 | 15F | 31 | 42 |
| Octal | 323 | 200 | 215 | 0 | 47 | 41 | 21 | 537 | 61 | 102 |
| Binary | 11010011 | 10000000 | 10001101 | 0 | 100111 | 100001 | 10001 | 101011111 | 110001 | 1000010 |
Color Harmonies of #D3808D
Complementary color
Monochromatic Colors of #D3808D
Black with #D3808D
Text Example
Text Example
White with #D3808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3808D; }
p { color: rgb(211,128,141); }
H1.HeaderClassName
{
color: #D3808D;
}
.AnyTagClassName
{
color: #D3808D;
}
</style>
background-color css
<style>
a { background-color: #D3808D; }
a { background-color: rgb(211,128,141); }
div.DivClassName
{
background-color: #D3808D;
}
.BgClassName
{
background-color: #D3808D;
}
</style>
border-color css
<style>
span { border-color: #D3808D; }
span { border-color: rgb(211,128,141); }
td.TdClassName
{
border-color: #D3808D;
}
.TagClassName
{
border-color: #D3808D;
}
</style>