Shades of Charm #DA7B87
Tints of Charm #DA7B87
RGB
CMYK
RGB Variations
Color information
#DA7B87 (or 0xDA7B87) is known color: Charm. HEX triplet: DA, 7B and 87. RGB value is (218,123,135). Sum of RGB (Red+Green+Blue) = 218+123+135=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7B87 is #258478. Grayscale: #989898. Windows color (decimal): -2458745 or 8879066. OLE color: 8879066.
HSL color Cylindrical-coordinate representation of color #DA7B87: hue angle of 352.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7B87 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 135 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.15 |
| HSL | 352.42º | 0.56% | 0.67% | - |
| HSV(B) | 352.42º | 0.44% | 0.85% | - |
| XYZ | 40.37 | 30.82 | 26.74 | - |
| YUV | 152.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 135 | 0 | 0.44 | 0.38 | 0.15 | 352.42 | 0.56 | 0.67 |
| Hex | DA | 7B | 87 | 0 | 2C | 26 | F | 160 | 38 | 43 |
| Octal | 332 | 173 | 207 | 0 | 54 | 46 | 17 | 540 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10000111 | 0 | 101100 | 100110 | 1111 | 101100000 | 111000 | 1000011 |
Color Harmonies of #DA7B87
Complementary color
Monochromatic Colors of #DA7B87
Black with #DA7B87
Text Example
Text Example
White with #DA7B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B87; }
p { color: rgb(218,123,135); }
H1.HeaderClassName
{
color: #DA7B87;
}
.AnyTagClassName
{
color: #DA7B87;
}
</style>
background-color css
<style>
a { background-color: #DA7B87; }
a { background-color: rgb(218,123,135); }
div.DivClassName
{
background-color: #DA7B87;
}
.BgClassName
{
background-color: #DA7B87;
}
</style>
border-color css
<style>
span { border-color: #DA7B87; }
span { border-color: rgb(218,123,135); }
td.TdClassName
{
border-color: #DA7B87;
}
.TagClassName
{
border-color: #DA7B87;
}
</style>