Shades of Charm #D3657F
Tints of Charm #D3657F
RGB
CMYK
RGB Variations
Color information
#D3657F (or 0xD3657F) is known color: Charm. HEX triplet: D3, 65 and 7F. RGB value is (211,101,127). Sum of RGB (Red+Green+Blue) = 211+101+127=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3657F is #2C9A80. Grayscale: #888888. Windows color (decimal): -2923137 or 8349139. OLE color: 8349139.
HSL color Cylindrical-coordinate representation of color #D3657F: hue angle of 345.82º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3657F is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 127 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.17 |
| HSL | 345.82º | 0.56% | 0.61% | - |
| HSV(B) | 345.82º | 0.52% | 0.83% | - |
| XYZ | 35.35 | 24.69 | 22.98 | - |
| YUV | 136.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 127 | 0 | 0.52 | 0.40 | 0.17 | 345.82 | 0.56 | 0.61 |
| Hex | D3 | 65 | 7F | 0 | 34 | 28 | 11 | 15A | 38 | 3D |
| Octal | 323 | 145 | 177 | 0 | 64 | 50 | 21 | 532 | 70 | 75 |
| Binary | 11010011 | 1100101 | 1111111 | 0 | 110100 | 101000 | 10001 | 101011010 | 111000 | 111101 |
Color Harmonies of #D3657F
Complementary color
Monochromatic Colors of #D3657F
Black with #D3657F
Text Example
Text Example
White with #D3657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3657F; }
p { color: rgb(211,101,127); }
H1.HeaderClassName
{
color: #D3657F;
}
.AnyTagClassName
{
color: #D3657F;
}
</style>
background-color css
<style>
a { background-color: #D3657F; }
a { background-color: rgb(211,101,127); }
div.DivClassName
{
background-color: #D3657F;
}
.BgClassName
{
background-color: #D3657F;
}
</style>
border-color css
<style>
span { border-color: #D3657F; }
span { border-color: rgb(211,101,127); }
td.TdClassName
{
border-color: #D3657F;
}
.TagClassName
{
border-color: #D3657F;
}
</style>