Shades of Charm #D2677D
Tints of Charm #D2677D
RGB
CMYK
RGB Variations
Color information
#D2677D (or 0xD2677D) is known color: Charm. HEX triplet: D2, 67 and 7D. RGB value is (210,103,125). Sum of RGB (Red+Green+Blue) = 210+103+125=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2677D is #2D9882. Grayscale: #898989. Windows color (decimal): -2988163 or 8218578. OLE color: 8218578.
HSL color Cylindrical-coordinate representation of color #D2677D: hue angle of 347.66º 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 #D2677D is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 125 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.18 |
| HSL | 347.66º | 0.54% | 0.61% | - |
| HSV(B) | 347.66º | 0.51% | 0.82% | - |
| XYZ | 35.13 | 24.88 | 22.35 | - |
| YUV | 137.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 125 | 0 | 0.51 | 0.40 | 0.18 | 347.66 | 0.54 | 0.61 |
| Hex | D2 | 67 | 7D | 0 | 33 | 28 | 12 | 15C | 36 | 3D |
| Octal | 322 | 147 | 175 | 0 | 63 | 50 | 22 | 534 | 66 | 75 |
| Binary | 11010010 | 1100111 | 1111101 | 0 | 110011 | 101000 | 10010 | 101011100 | 110110 | 111101 |
Color Harmonies of #D2677D
Complementary color
Monochromatic Colors of #D2677D
Black with #D2677D
Text Example
Text Example
White with #D2677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2677D; }
p { color: rgb(210,103,125); }
H1.HeaderClassName
{
color: #D2677D;
}
.AnyTagClassName
{
color: #D2677D;
}
</style>
background-color css
<style>
a { background-color: #D2677D; }
a { background-color: rgb(210,103,125); }
div.DivClassName
{
background-color: #D2677D;
}
.BgClassName
{
background-color: #D2677D;
}
</style>
border-color css
<style>
span { border-color: #D2677D; }
span { border-color: rgb(210,103,125); }
td.TdClassName
{
border-color: #D2677D;
}
.TagClassName
{
border-color: #D2677D;
}
</style>