Shades of Charm #D3667B
Tints of Charm #D3667B
RGB
CMYK
RGB Variations
Color information
#D3667B (or 0xD3667B) is known color: Charm. HEX triplet: D3, 66 and 7B. RGB value is (211,102,123). Sum of RGB (Red+Green+Blue) = 211+102+123=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D3667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3667B is #2C9984. Grayscale: #898989. Windows color (decimal): -2922885 or 8087251. OLE color: 8087251.
HSL color Cylindrical-coordinate representation of color #D3667B: hue angle of 348.44º 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 #D3667B is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 123 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.17 |
| HSL | 348.44º | 0.55% | 0.61% | - |
| HSV(B) | 348.44º | 0.52% | 0.83% | - |
| XYZ | 35.19 | 24.78 | 21.67 | - |
| YUV | 136.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 123 | 0 | 0.52 | 0.42 | 0.17 | 348.44 | 0.55 | 0.61 |
| Hex | D3 | 66 | 7B | 0 | 34 | 2A | 11 | 15C | 37 | 3D |
| Octal | 323 | 146 | 173 | 0 | 64 | 52 | 21 | 534 | 67 | 75 |
| Binary | 11010011 | 1100110 | 1111011 | 0 | 110100 | 101010 | 10001 | 101011100 | 110111 | 111101 |
Color Harmonies of #D3667B
Complementary color
Monochromatic Colors of #D3667B
Black with #D3667B
Text Example
Text Example
White with #D3667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3667B; }
p { color: rgb(211,102,123); }
H1.HeaderClassName
{
color: #D3667B;
}
.AnyTagClassName
{
color: #D3667B;
}
</style>
background-color css
<style>
a { background-color: #D3667B; }
a { background-color: rgb(211,102,123); }
div.DivClassName
{
background-color: #D3667B;
}
.BgClassName
{
background-color: #D3667B;
}
</style>
border-color css
<style>
span { border-color: #D3667B; }
span { border-color: rgb(211,102,123); }
td.TdClassName
{
border-color: #D3667B;
}
.TagClassName
{
border-color: #D3667B;
}
</style>