Shades of Charm #D5768B
Tints of Charm #D5768B
RGB
CMYK
RGB Variations
Color information
#D5768B (or 0xD5768B) is known color: Charm. HEX triplet: D5, 76 and 8B. RGB value is (213,118,139). Sum of RGB (Red+Green+Blue) = 213+118+139=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5768B is #2A8974. Grayscale: #949494. Windows color (decimal): -2787701 or 9139925. OLE color: 9139925.
HSL color Cylindrical-coordinate representation of color #D5768B: hue angle of 346.74º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5768B is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 139 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.16 |
| HSL | 346.74º | 0.53% | 0.65% | - |
| HSV(B) | 346.74º | 0.45% | 0.84% | - |
| XYZ | 38.58 | 28.97 | 27.98 | - |
| YUV | 148.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 139 | 0 | 0.45 | 0.35 | 0.16 | 346.74 | 0.53 | 0.65 |
| Hex | D5 | 76 | 8B | 0 | 2D | 23 | 10 | 15B | 35 | 41 |
| Octal | 325 | 166 | 213 | 0 | 55 | 43 | 20 | 533 | 65 | 101 |
| Binary | 11010101 | 1110110 | 10001011 | 0 | 101101 | 100011 | 10000 | 101011011 | 110101 | 1000001 |
Color Harmonies of #D5768B
Complementary color
Monochromatic Colors of #D5768B
Black with #D5768B
Text Example
Text Example
White with #D5768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5768B; }
p { color: rgb(213,118,139); }
H1.HeaderClassName
{
color: #D5768B;
}
.AnyTagClassName
{
color: #D5768B;
}
</style>
background-color css
<style>
a { background-color: #D5768B; }
a { background-color: rgb(213,118,139); }
div.DivClassName
{
background-color: #D5768B;
}
.BgClassName
{
background-color: #D5768B;
}
</style>
border-color css
<style>
span { border-color: #D5768B; }
span { border-color: rgb(213,118,139); }
td.TdClassName
{
border-color: #D5768B;
}
.TagClassName
{
border-color: #D5768B;
}
</style>