Shades of Charm #D4828C
Tints of Charm #D4828C
RGB
CMYK
RGB Variations
Color information
#D4828C (or 0xD4828C) is known color: Charm. HEX triplet: D4, 82 and 8C. RGB value is (212,130,140). Sum of RGB (Red+Green+Blue) = 212+130+140=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4828C is #2B7D73. Grayscale: #9B9B9B. Windows color (decimal): -2850164 or 9208532. OLE color: 9208532.
HSL color Cylindrical-coordinate representation of color #D4828C: hue angle of 352.68º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4828C is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 140 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.17 |
| HSL | 352.68º | 0.49% | 0.67% | - |
| HSV(B) | 352.68º | 0.39% | 0.83% | - |
| XYZ | 39.87 | 31.86 | 28.86 | - |
| YUV | 155.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 140 | 0 | 0.39 | 0.34 | 0.17 | 352.68 | 0.49 | 0.67 |
| Hex | D4 | 82 | 8C | 0 | 27 | 22 | 11 | 161 | 31 | 43 |
| Octal | 324 | 202 | 214 | 0 | 47 | 42 | 21 | 541 | 61 | 103 |
| Binary | 11010100 | 10000010 | 10001100 | 0 | 100111 | 100010 | 10001 | 101100001 | 110001 | 1000011 |
Color Harmonies of #D4828C
Complementary color
Monochromatic Colors of #D4828C
Black with #D4828C
Text Example
Text Example
White with #D4828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4828C; }
p { color: rgb(212,130,140); }
H1.HeaderClassName
{
color: #D4828C;
}
.AnyTagClassName
{
color: #D4828C;
}
</style>
background-color css
<style>
a { background-color: #D4828C; }
a { background-color: rgb(212,130,140); }
div.DivClassName
{
background-color: #D4828C;
}
.BgClassName
{
background-color: #D4828C;
}
</style>
border-color css
<style>
span { border-color: #D4828C; }
span { border-color: rgb(212,130,140); }
td.TdClassName
{
border-color: #D4828C;
}
.TagClassName
{
border-color: #D4828C;
}
</style>