Shades of Charm #D4677D
Tints of Charm #D4677D
RGB
CMYK
RGB Variations
Color information
#D4677D (or 0xD4677D) is known color: Charm. HEX triplet: D4, 67 and 7D. RGB value is (212,103,125). Sum of RGB (Red+Green+Blue) = 212+103+125=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4677D is #2B9882. Grayscale: #8A8A8A. Windows color (decimal): -2857091 or 8218580. OLE color: 8218580.
HSL color Cylindrical-coordinate representation of color #D4677D: hue angle of 347.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4677D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 125 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.17 |
| HSL | 347.89º | 0.56% | 0.62% | - |
| HSV(B) | 347.89º | 0.51% | 0.83% | - |
| XYZ | 35.7 | 25.18 | 22.38 | - |
| YUV | 138.1 | 120.61 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 125 | 0 | 0.51 | 0.41 | 0.17 | 347.89 | 0.56 | 0.62 |
| Hex | D4 | 67 | 7D | 0 | 33 | 29 | 11 | 15C | 38 | 3E |
| Octal | 324 | 147 | 175 | 0 | 63 | 51 | 21 | 534 | 70 | 76 |
| Binary | 11010100 | 1100111 | 1111101 | 0 | 110011 | 101001 | 10001 | 101011100 | 111000 | 111110 |
Color Harmonies of #D4677D
Complementary color
Monochromatic Colors of #D4677D
Black with #D4677D
Text Example
Text Example
White with #D4677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4677D; }
p { color: rgb(212,103,125); }
H1.HeaderClassName
{
color: #D4677D;
}
.AnyTagClassName
{
color: #D4677D;
}
</style>
background-color css
<style>
a { background-color: #D4677D; }
a { background-color: rgb(212,103,125); }
div.DivClassName
{
background-color: #D4677D;
}
.BgClassName
{
background-color: #D4677D;
}
</style>
border-color css
<style>
span { border-color: #D4677D; }
span { border-color: rgb(212,103,125); }
td.TdClassName
{
border-color: #D4677D;
}
.TagClassName
{
border-color: #D4677D;
}
</style>