Shades of Charm #D0808B
Tints of Charm #D0808B
RGB
CMYK
RGB Variations
Color information
#D0808B (or 0xD0808B) is known color: Charm. HEX triplet: D0, 80 and 8B. RGB value is (208,128,139). Sum of RGB (Red+Green+Blue) = 208+128+139=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0808B is #2F7F74. Grayscale: #999999. Windows color (decimal): -3112821 or 9142480. OLE color: 9142480.
HSL color Cylindrical-coordinate representation of color #D0808B: hue angle of 351.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0808B is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 139 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.18 |
| HSL | 351.75º | 0.46% | 0.66% | - |
| HSV(B) | 351.75º | 0.38% | 0.82% | - |
| XYZ | 38.39 | 30.71 | 28.33 | - |
| YUV | 153.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 139 | 0 | 0.38 | 0.33 | 0.18 | 351.75 | 0.46 | 0.66 |
| Hex | D0 | 80 | 8B | 0 | 26 | 21 | 12 | 160 | 2E | 42 |
| Octal | 320 | 200 | 213 | 0 | 46 | 41 | 22 | 540 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10001011 | 0 | 100110 | 100001 | 10010 | 101100000 | 101110 | 1000010 |
Color Harmonies of #D0808B
Complementary color
Monochromatic Colors of #D0808B
Black with #D0808B
Text Example
Text Example
White with #D0808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0808B; }
p { color: rgb(208,128,139); }
H1.HeaderClassName
{
color: #D0808B;
}
.AnyTagClassName
{
color: #D0808B;
}
</style>
background-color css
<style>
a { background-color: #D0808B; }
a { background-color: rgb(208,128,139); }
div.DivClassName
{
background-color: #D0808B;
}
.BgClassName
{
background-color: #D0808B;
}
</style>
border-color css
<style>
span { border-color: #D0808B; }
span { border-color: rgb(208,128,139); }
td.TdClassName
{
border-color: #D0808B;
}
.TagClassName
{
border-color: #D0808B;
}
</style>