Shades of Charm #D77288
Tints of Charm #D77288
RGB
CMYK
RGB Variations
Color information
#D77288 (or 0xD77288) is known color: Charm. HEX triplet: D7, 72 and 88. RGB value is (215,114,136). Sum of RGB (Red+Green+Blue) = 215+114+136=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D77288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77288 is #288D77. Grayscale: #929292. Windows color (decimal): -2657656 or 8942295. OLE color: 8942295.
HSL color Cylindrical-coordinate representation of color #D77288: hue angle of 346.93º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77288 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 136 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.16 |
| HSL | 346.93º | 0.56% | 0.65% | - |
| HSV(B) | 346.93º | 0.47% | 0.84% | - |
| XYZ | 38.49 | 28.26 | 26.72 | - |
| YUV | 146.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 136 | 0 | 0.47 | 0.37 | 0.16 | 346.93 | 0.56 | 0.65 |
| Hex | D7 | 72 | 88 | 0 | 2F | 25 | 10 | 15B | 38 | 41 |
| Octal | 327 | 162 | 210 | 0 | 57 | 45 | 20 | 533 | 70 | 101 |
| Binary | 11010111 | 1110010 | 10001000 | 0 | 101111 | 100101 | 10000 | 101011011 | 111000 | 1000001 |
Color Harmonies of #D77288
Complementary color
Monochromatic Colors of #D77288
Black with #D77288
Text Example
Text Example
White with #D77288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77288; }
p { color: rgb(215,114,136); }
H1.HeaderClassName
{
color: #D77288;
}
.AnyTagClassName
{
color: #D77288;
}
</style>
background-color css
<style>
a { background-color: #D77288; }
a { background-color: rgb(215,114,136); }
div.DivClassName
{
background-color: #D77288;
}
.BgClassName
{
background-color: #D77288;
}
</style>
border-color css
<style>
span { border-color: #D77288; }
span { border-color: rgb(215,114,136); }
td.TdClassName
{
border-color: #D77288;
}
.TagClassName
{
border-color: #D77288;
}
</style>