Shades of Charm #DA7D88
Tints of Charm #DA7D88
RGB
CMYK
RGB Variations
Color information
#DA7D88 (or 0xDA7D88) is known color: Charm. HEX triplet: DA, 7D and 88. RGB value is (218,125,136). Sum of RGB (Red+Green+Blue) = 218+125+136=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D88 is #258277. Grayscale: #9A9A9A. Windows color (decimal): -2458232 or 8945114. OLE color: 8945114.
HSL color Cylindrical-coordinate representation of color #DA7D88: hue angle of 352.9º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7D88 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 136 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.15 |
| HSL | 352.9º | 0.56% | 0.67% | - |
| HSV(B) | 352.9º | 0.43% | 0.85% | - |
| XYZ | 40.69 | 31.35 | 27.2 | - |
| YUV | 154.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 136 | 0 | 0.43 | 0.38 | 0.15 | 352.9 | 0.56 | 0.67 |
| Hex | DA | 7D | 88 | 0 | 2B | 26 | F | 161 | 38 | 43 |
| Octal | 332 | 175 | 210 | 0 | 53 | 46 | 17 | 541 | 70 | 103 |
| Binary | 11011010 | 1111101 | 10001000 | 0 | 101011 | 100110 | 1111 | 101100001 | 111000 | 1000011 |
Color Harmonies of #DA7D88
Complementary color
Monochromatic Colors of #DA7D88
Black with #DA7D88
Text Example
Text Example
White with #DA7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D88; }
p { color: rgb(218,125,136); }
H1.HeaderClassName
{
color: #DA7D88;
}
.AnyTagClassName
{
color: #DA7D88;
}
</style>
background-color css
<style>
a { background-color: #DA7D88; }
a { background-color: rgb(218,125,136); }
div.DivClassName
{
background-color: #DA7D88;
}
.BgClassName
{
background-color: #DA7D88;
}
</style>
border-color css
<style>
span { border-color: #DA7D88; }
span { border-color: rgb(218,125,136); }
td.TdClassName
{
border-color: #DA7D88;
}
.TagClassName
{
border-color: #DA7D88;
}
</style>