Shades of Charm #D3808F
Tints of Charm #D3808F
RGB
CMYK
RGB Variations
Color information
#D3808F (or 0xD3808F) is known color: Charm. HEX triplet: D3, 80 and 8F. RGB value is (211,128,143). Sum of RGB (Red+Green+Blue) = 211+128+143=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3808F is #2C7F70. Grayscale: #9A9A9A. Windows color (decimal): -2916209 or 9404627. OLE color: 9404627.
HSL color Cylindrical-coordinate representation of color #D3808F: hue angle of 349.16º 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 #D3808F is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 143 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.17 |
| HSL | 349.16º | 0.49% | 0.66% | - |
| HSV(B) | 349.16º | 0.39% | 0.83% | - |
| XYZ | 39.54 | 31.27 | 29.94 | - |
| YUV | 154.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 143 | 0 | 0.39 | 0.32 | 0.17 | 349.16 | 0.49 | 0.66 |
| Hex | D3 | 80 | 8F | 0 | 27 | 20 | 11 | 15D | 31 | 42 |
| Octal | 323 | 200 | 217 | 0 | 47 | 40 | 21 | 535 | 61 | 102 |
| Binary | 11010011 | 10000000 | 10001111 | 0 | 100111 | 100000 | 10001 | 101011101 | 110001 | 1000010 |
Color Harmonies of #D3808F
Complementary color
Monochromatic Colors of #D3808F
Black with #D3808F
Text Example
Text Example
White with #D3808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3808F; }
p { color: rgb(211,128,143); }
H1.HeaderClassName
{
color: #D3808F;
}
.AnyTagClassName
{
color: #D3808F;
}
</style>
background-color css
<style>
a { background-color: #D3808F; }
a { background-color: rgb(211,128,143); }
div.DivClassName
{
background-color: #D3808F;
}
.BgClassName
{
background-color: #D3808F;
}
</style>
border-color css
<style>
span { border-color: #D3808F; }
span { border-color: rgb(211,128,143); }
td.TdClassName
{
border-color: #D3808F;
}
.TagClassName
{
border-color: #D3808F;
}
</style>