Shades of Charm #D2828C
Tints of Charm #D2828C
RGB
CMYK
RGB Variations
Color information
#D2828C (or 0xD2828C) is known color: Charm. HEX triplet: D2, 82 and 8C. RGB value is (210,130,140). Sum of RGB (Red+Green+Blue) = 210+130+140=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2828C is #2D7D73. Grayscale: #9B9B9B. Windows color (decimal): -2981236 or 9208530. OLE color: 9208530.
HSL color Cylindrical-coordinate representation of color #D2828C: hue angle of 352.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2828C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 140 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.18 |
| HSL | 352.5º | 0.47% | 0.67% | - |
| HSV(B) | 352.5º | 0.38% | 0.82% | - |
| XYZ | 39.29 | 31.56 | 28.83 | - |
| YUV | 155.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 140 | 0 | 0.38 | 0.33 | 0.18 | 352.5 | 0.47 | 0.67 |
| Hex | D2 | 82 | 8C | 0 | 26 | 21 | 12 | 160 | 2F | 43 |
| Octal | 322 | 202 | 214 | 0 | 46 | 41 | 22 | 540 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10001100 | 0 | 100110 | 100001 | 10010 | 101100000 | 101111 | 1000011 |
Color Harmonies of #D2828C
Complementary color
Monochromatic Colors of #D2828C
Black with #D2828C
Text Example
Text Example
White with #D2828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2828C; }
p { color: rgb(210,130,140); }
H1.HeaderClassName
{
color: #D2828C;
}
.AnyTagClassName
{
color: #D2828C;
}
</style>
background-color css
<style>
a { background-color: #D2828C; }
a { background-color: rgb(210,130,140); }
div.DivClassName
{
background-color: #D2828C;
}
.BgClassName
{
background-color: #D2828C;
}
</style>
border-color css
<style>
span { border-color: #D2828C; }
span { border-color: rgb(210,130,140); }
td.TdClassName
{
border-color: #D2828C;
}
.TagClassName
{
border-color: #D2828C;
}
</style>