Shades of Charm #D3667F
Tints of Charm #D3667F
RGB
CMYK
RGB Variations
Color information
#D3667F (or 0xD3667F) is known color: Charm. HEX triplet: D3, 66 and 7F. RGB value is (211,102,127). Sum of RGB (Red+Green+Blue) = 211+102+127=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3667F is #2C9980. Grayscale: #898989. Windows color (decimal): -2922881 or 8349395. OLE color: 8349395.
HSL color Cylindrical-coordinate representation of color #D3667F: hue angle of 346.24º degrees, saturation: 0.55, 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 #D3667F is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 127 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.17 |
| HSL | 346.24º | 0.55% | 0.61% | - |
| HSV(B) | 346.24º | 0.52% | 0.83% | - |
| XYZ | 35.45 | 24.88 | 23.01 | - |
| YUV | 137.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 127 | 0 | 0.52 | 0.40 | 0.17 | 346.24 | 0.55 | 0.61 |
| Hex | D3 | 66 | 7F | 0 | 34 | 28 | 11 | 15A | 37 | 3D |
| Octal | 323 | 146 | 177 | 0 | 64 | 50 | 21 | 532 | 67 | 75 |
| Binary | 11010011 | 1100110 | 1111111 | 0 | 110100 | 101000 | 10001 | 101011010 | 110111 | 111101 |
Color Harmonies of #D3667F
Complementary color
Monochromatic Colors of #D3667F
Black with #D3667F
Text Example
Text Example
White with #D3667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3667F; }
p { color: rgb(211,102,127); }
H1.HeaderClassName
{
color: #D3667F;
}
.AnyTagClassName
{
color: #D3667F;
}
</style>
background-color css
<style>
a { background-color: #D3667F; }
a { background-color: rgb(211,102,127); }
div.DivClassName
{
background-color: #D3667F;
}
.BgClassName
{
background-color: #D3667F;
}
</style>
border-color css
<style>
span { border-color: #D3667F; }
span { border-color: rgb(211,102,127); }
td.TdClassName
{
border-color: #D3667F;
}
.TagClassName
{
border-color: #D3667F;
}
</style>