Shades of Charm #D56683
Tints of Charm #D56683
RGB
CMYK
RGB Variations
Color information
#D56683 (or 0xD56683) is known color: Charm. HEX triplet: D5, 66 and 83. RGB value is (213,102,131). Sum of RGB (Red+Green+Blue) = 213+102+131=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D56683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56683 is #2A997C. Grayscale: #8A8A8A. Windows color (decimal): -2791805 or 8611541. OLE color: 8611541.
HSL color Cylindrical-coordinate representation of color #D56683: hue angle of 344.32º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56683 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 131 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.16 |
| HSL | 344.32º | 0.57% | 0.62% | - |
| HSV(B) | 344.32º | 0.52% | 0.84% | - |
| XYZ | 36.29 | 25.29 | 24.44 | - |
| YUV | 138.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 131 | 0 | 0.52 | 0.38 | 0.16 | 344.32 | 0.57 | 0.62 |
| Hex | D5 | 66 | 83 | 0 | 34 | 26 | 10 | 158 | 39 | 3E |
| Octal | 325 | 146 | 203 | 0 | 64 | 46 | 20 | 530 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10000011 | 0 | 110100 | 100110 | 10000 | 101011000 | 111001 | 111110 |
Color Harmonies of #D56683
Complementary color
Monochromatic Colors of #D56683
Black with #D56683
Text Example
Text Example
White with #D56683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56683; }
p { color: rgb(213,102,131); }
H1.HeaderClassName
{
color: #D56683;
}
.AnyTagClassName
{
color: #D56683;
}
</style>
background-color css
<style>
a { background-color: #D56683; }
a { background-color: rgb(213,102,131); }
div.DivClassName
{
background-color: #D56683;
}
.BgClassName
{
background-color: #D56683;
}
</style>
border-color css
<style>
span { border-color: #D56683; }
span { border-color: rgb(213,102,131); }
td.TdClassName
{
border-color: #D56683;
}
.TagClassName
{
border-color: #D56683;
}
</style>