Shades of Charm #D2677B
Tints of Charm #D2677B
RGB
CMYK
RGB Variations
Color information
#D2677B (or 0xD2677B) is known color: Charm. HEX triplet: D2, 67 and 7B. RGB value is (210,103,123). Sum of RGB (Red+Green+Blue) = 210+103+123=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2677B is #2D9884. Grayscale: #898989. Windows color (decimal): -2988165 or 8087506. OLE color: 8087506.
HSL color Cylindrical-coordinate representation of color #D2677B: hue angle of 348.79º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2677B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 123 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.18 |
| HSL | 348.79º | 0.54% | 0.61% | - |
| HSV(B) | 348.79º | 0.51% | 0.82% | - |
| XYZ | 35 | 24.83 | 21.69 | - |
| YUV | 137.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 123 | 0 | 0.51 | 0.41 | 0.18 | 348.79 | 0.54 | 0.61 |
| Hex | D2 | 67 | 7B | 0 | 33 | 29 | 12 | 15D | 36 | 3D |
| Octal | 322 | 147 | 173 | 0 | 63 | 51 | 22 | 535 | 66 | 75 |
| Binary | 11010010 | 1100111 | 1111011 | 0 | 110011 | 101001 | 10010 | 101011101 | 110110 | 111101 |
Color Harmonies of #D2677B
Complementary color
Monochromatic Colors of #D2677B
Black with #D2677B
Text Example
Text Example
White with #D2677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2677B; }
p { color: rgb(210,103,123); }
H1.HeaderClassName
{
color: #D2677B;
}
.AnyTagClassName
{
color: #D2677B;
}
</style>
background-color css
<style>
a { background-color: #D2677B; }
a { background-color: rgb(210,103,123); }
div.DivClassName
{
background-color: #D2677B;
}
.BgClassName
{
background-color: #D2677B;
}
</style>
border-color css
<style>
span { border-color: #D2677B; }
span { border-color: rgb(210,103,123); }
td.TdClassName
{
border-color: #D2677B;
}
.TagClassName
{
border-color: #D2677B;
}
</style>