Shades of Charm #D0808A
Tints of Charm #D0808A
RGB
CMYK
RGB Variations
Color information
#D0808A (or 0xD0808A) is known color: Charm. HEX triplet: D0, 80 and 8A. RGB value is (208,128,138). Sum of RGB (Red+Green+Blue) = 208+128+138=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D0808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0808A is #2F7F75. Grayscale: #999999. Windows color (decimal): -3112822 or 9076944. OLE color: 9076944.
HSL color Cylindrical-coordinate representation of color #D0808A: hue angle of 352.5º 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 #D0808A is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 138 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.18 |
| HSL | 352.5º | 0.46% | 0.66% | - |
| HSV(B) | 352.5º | 0.38% | 0.82% | - |
| XYZ | 38.32 | 30.68 | 27.95 | - |
| YUV | 153.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 138 | 0 | 0.38 | 0.34 | 0.18 | 352.5 | 0.46 | 0.66 |
| Hex | D0 | 80 | 8A | 0 | 26 | 22 | 12 | 160 | 2E | 42 |
| Octal | 320 | 200 | 212 | 0 | 46 | 42 | 22 | 540 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10001010 | 0 | 100110 | 100010 | 10010 | 101100000 | 101110 | 1000010 |
Color Harmonies of #D0808A
Complementary color
Monochromatic Colors of #D0808A
Black with #D0808A
Text Example
Text Example
White with #D0808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0808A; }
p { color: rgb(208,128,138); }
H1.HeaderClassName
{
color: #D0808A;
}
.AnyTagClassName
{
color: #D0808A;
}
</style>
background-color css
<style>
a { background-color: #D0808A; }
a { background-color: rgb(208,128,138); }
div.DivClassName
{
background-color: #D0808A;
}
.BgClassName
{
background-color: #D0808A;
}
</style>
border-color css
<style>
span { border-color: #D0808A; }
span { border-color: rgb(208,128,138); }
td.TdClassName
{
border-color: #D0808A;
}
.TagClassName
{
border-color: #D0808A;
}
</style>