Shades of Charm #D4688A
Tints of Charm #D4688A
RGB
CMYK
RGB Variations
Color information
#D4688A (or 0xD4688A) is known color: Charm. HEX triplet: D4, 68 and 8A. RGB value is (212,104,138). Sum of RGB (Red+Green+Blue) = 212+104+138=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4688A is #2B9775. Grayscale: #8C8C8C. Windows color (decimal): -2856822 or 9070804. OLE color: 9070804.
HSL color Cylindrical-coordinate representation of color #D4688A: hue angle of 341.11º 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 #D4688A is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 138 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.17 |
| HSL | 341.11º | 0.56% | 0.62% | - |
| HSV(B) | 341.11º | 0.51% | 0.83% | - |
| XYZ | 36.69 | 25.73 | 27.08 | - |
| YUV | 140.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 138 | 0 | 0.51 | 0.35 | 0.17 | 341.11 | 0.56 | 0.62 |
| Hex | D4 | 68 | 8A | 0 | 33 | 23 | 11 | 155 | 38 | 3E |
| Octal | 324 | 150 | 212 | 0 | 63 | 43 | 21 | 525 | 70 | 76 |
| Binary | 11010100 | 1101000 | 10001010 | 0 | 110011 | 100011 | 10001 | 101010101 | 111000 | 111110 |
Color Harmonies of #D4688A
Complementary color
Monochromatic Colors of #D4688A
Black with #D4688A
Text Example
Text Example
White with #D4688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4688A; }
p { color: rgb(212,104,138); }
H1.HeaderClassName
{
color: #D4688A;
}
.AnyTagClassName
{
color: #D4688A;
}
</style>
background-color css
<style>
a { background-color: #D4688A; }
a { background-color: rgb(212,104,138); }
div.DivClassName
{
background-color: #D4688A;
}
.BgClassName
{
background-color: #D4688A;
}
</style>
border-color css
<style>
span { border-color: #D4688A; }
span { border-color: rgb(212,104,138); }
td.TdClassName
{
border-color: #D4688A;
}
.TagClassName
{
border-color: #D4688A;
}
</style>