Shades of Charm #D4808C
Tints of Charm #D4808C
RGB
CMYK
RGB Variations
Color information
#D4808C (or 0xD4808C) is known color: Charm. HEX triplet: D4, 80 and 8C. RGB value is (212,128,140). Sum of RGB (Red+Green+Blue) = 212+128+140=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4808C is #2B7F73. Grayscale: #9A9A9A. Windows color (decimal): -2850676 or 9208020. OLE color: 9208020.
HSL color Cylindrical-coordinate representation of color #D4808C: hue angle of 351.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4808C is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 140 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.17 |
| HSL | 351.43º | 0.49% | 0.67% | - |
| HSV(B) | 351.43º | 0.4% | 0.83% | - |
| XYZ | 39.6 | 31.33 | 28.77 | - |
| YUV | 154.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 140 | 0 | 0.40 | 0.34 | 0.17 | 351.43 | 0.49 | 0.67 |
| Hex | D4 | 80 | 8C | 0 | 28 | 22 | 11 | 15F | 31 | 43 |
| Octal | 324 | 200 | 214 | 0 | 50 | 42 | 21 | 537 | 61 | 103 |
| Binary | 11010100 | 10000000 | 10001100 | 0 | 101000 | 100010 | 10001 | 101011111 | 110001 | 1000011 |
Color Harmonies of #D4808C
Complementary color
Monochromatic Colors of #D4808C
Black with #D4808C
Text Example
Text Example
White with #D4808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4808C; }
p { color: rgb(212,128,140); }
H1.HeaderClassName
{
color: #D4808C;
}
.AnyTagClassName
{
color: #D4808C;
}
</style>
background-color css
<style>
a { background-color: #D4808C; }
a { background-color: rgb(212,128,140); }
div.DivClassName
{
background-color: #D4808C;
}
.BgClassName
{
background-color: #D4808C;
}
</style>
border-color css
<style>
span { border-color: #D4808C; }
span { border-color: rgb(212,128,140); }
td.TdClassName
{
border-color: #D4808C;
}
.TagClassName
{
border-color: #D4808C;
}
</style>