Shades of Charm #D4667E
Tints of Charm #D4667E
RGB
CMYK
RGB Variations
Color information
#D4667E (or 0xD4667E) is known color: Charm. HEX triplet: D4, 66 and 7E. RGB value is (212,102,126). Sum of RGB (Red+Green+Blue) = 212+102+126=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4667E is #2B9981. Grayscale: #898989. Windows color (decimal): -2857346 or 8283860. OLE color: 8283860.
HSL color Cylindrical-coordinate representation of color #D4667E: hue angle of 346.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4667E is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 126 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.17 |
| HSL | 346.91º | 0.56% | 0.62% | - |
| HSV(B) | 346.91º | 0.52% | 0.83% | - |
| XYZ | 35.67 | 25.01 | 22.69 | - |
| YUV | 137.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 126 | 0 | 0.52 | 0.41 | 0.17 | 346.91 | 0.56 | 0.62 |
| Hex | D4 | 66 | 7E | 0 | 34 | 29 | 11 | 15B | 38 | 3E |
| Octal | 324 | 146 | 176 | 0 | 64 | 51 | 21 | 533 | 70 | 76 |
| Binary | 11010100 | 1100110 | 1111110 | 0 | 110100 | 101001 | 10001 | 101011011 | 111000 | 111110 |
Color Harmonies of #D4667E
Complementary color
Monochromatic Colors of #D4667E
Black with #D4667E
Text Example
Text Example
White with #D4667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4667E; }
p { color: rgb(212,102,126); }
H1.HeaderClassName
{
color: #D4667E;
}
.AnyTagClassName
{
color: #D4667E;
}
</style>
background-color css
<style>
a { background-color: #D4667E; }
a { background-color: rgb(212,102,126); }
div.DivClassName
{
background-color: #D4667E;
}
.BgClassName
{
background-color: #D4667E;
}
</style>
border-color css
<style>
span { border-color: #D4667E; }
span { border-color: rgb(212,102,126); }
td.TdClassName
{
border-color: #D4667E;
}
.TagClassName
{
border-color: #D4667E;
}
</style>