Shades of Charm #D56681
Tints of Charm #D56681
RGB
CMYK
RGB Variations
Color information
#D56681 (or 0xD56681) is known color: Charm. HEX triplet: D5, 66 and 81. RGB value is (213,102,129). Sum of RGB (Red+Green+Blue) = 213+102+129=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D56681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56681 is #2A997E. Grayscale: #8A8A8A. Windows color (decimal): -2791807 or 8480469. OLE color: 8480469.
HSL color Cylindrical-coordinate representation of color #D56681: hue angle of 345.41º 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 #D56681 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 129 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.16 |
| HSL | 345.41º | 0.57% | 0.62% | - |
| HSV(B) | 345.41º | 0.52% | 0.84% | - |
| XYZ | 36.15 | 25.23 | 23.73 | - |
| YUV | 138.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 129 | 0 | 0.52 | 0.39 | 0.16 | 345.41 | 0.57 | 0.62 |
| Hex | D5 | 66 | 81 | 0 | 34 | 27 | 10 | 159 | 39 | 3E |
| Octal | 325 | 146 | 201 | 0 | 64 | 47 | 20 | 531 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10000001 | 0 | 110100 | 100111 | 10000 | 101011001 | 111001 | 111110 |
Color Harmonies of #D56681
Complementary color
Monochromatic Colors of #D56681
Black with #D56681
Text Example
Text Example
White with #D56681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56681; }
p { color: rgb(213,102,129); }
H1.HeaderClassName
{
color: #D56681;
}
.AnyTagClassName
{
color: #D56681;
}
</style>
background-color css
<style>
a { background-color: #D56681; }
a { background-color: rgb(213,102,129); }
div.DivClassName
{
background-color: #D56681;
}
.BgClassName
{
background-color: #D56681;
}
</style>
border-color css
<style>
span { border-color: #D56681; }
span { border-color: rgb(213,102,129); }
td.TdClassName
{
border-color: #D56681;
}
.TagClassName
{
border-color: #D56681;
}
</style>