Shades of Charm #D3727E
Tints of Charm #D3727E
RGB
CMYK
RGB Variations
Color information
#D3727E (or 0xD3727E) is known color: Charm. HEX triplet: D3, 72 and 7E. RGB value is (211,114,126). Sum of RGB (Red+Green+Blue) = 211+114+126=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3727E is #2C8D81. Grayscale: #909090. Windows color (decimal): -2919810 or 8286931. OLE color: 8286931.
HSL color Cylindrical-coordinate representation of color #D3727E: hue angle of 352.58º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3727E is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 126 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.17 |
| HSL | 352.58º | 0.52% | 0.64% | - |
| HSV(B) | 352.58º | 0.46% | 0.83% | - |
| XYZ | 36.65 | 27.39 | 23.09 | - |
| YUV | 144.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 126 | 0 | 0.46 | 0.40 | 0.17 | 352.58 | 0.52 | 0.64 |
| Hex | D3 | 72 | 7E | 0 | 2E | 28 | 11 | 161 | 34 | 40 |
| Octal | 323 | 162 | 176 | 0 | 56 | 50 | 21 | 541 | 64 | 100 |
| Binary | 11010011 | 1110010 | 1111110 | 0 | 101110 | 101000 | 10001 | 101100001 | 110100 | 1000000 |
Color Harmonies of #D3727E
Complementary color
Monochromatic Colors of #D3727E
Black with #D3727E
Text Example
Text Example
White with #D3727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3727E; }
p { color: rgb(211,114,126); }
H1.HeaderClassName
{
color: #D3727E;
}
.AnyTagClassName
{
color: #D3727E;
}
</style>
background-color css
<style>
a { background-color: #D3727E; }
a { background-color: rgb(211,114,126); }
div.DivClassName
{
background-color: #D3727E;
}
.BgClassName
{
background-color: #D3727E;
}
</style>
border-color css
<style>
span { border-color: #D3727E; }
span { border-color: rgb(211,114,126); }
td.TdClassName
{
border-color: #D3727E;
}
.TagClassName
{
border-color: #D3727E;
}
</style>