Shades of Charm #DA7B83
Tints of Charm #DA7B83
RGB
CMYK
RGB Variations
Color information
#DA7B83 (or 0xDA7B83) is known color: Charm. HEX triplet: DA, 7B and 83. RGB value is (218,123,131). Sum of RGB (Red+Green+Blue) = 218+123+131=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7B83 is #25847C. Grayscale: #989898. Windows color (decimal): -2458749 or 8616922. OLE color: 8616922.
HSL color Cylindrical-coordinate representation of color #DA7B83: hue angle of 354.95º 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 #DA7B83 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 131 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.15 |
| HSL | 354.95º | 0.56% | 0.67% | - |
| HSV(B) | 354.95º | 0.44% | 0.85% | - |
| XYZ | 40.09 | 30.71 | 25.29 | - |
| YUV | 152.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 131 | 0 | 0.44 | 0.40 | 0.15 | 354.95 | 0.56 | 0.67 |
| Hex | DA | 7B | 83 | 0 | 2C | 28 | F | 163 | 38 | 43 |
| Octal | 332 | 173 | 203 | 0 | 54 | 50 | 17 | 543 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10000011 | 0 | 101100 | 101000 | 1111 | 101100011 | 111000 | 1000011 |
Color Harmonies of #DA7B83
Complementary color
Monochromatic Colors of #DA7B83
Black with #DA7B83
Text Example
Text Example
White with #DA7B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B83; }
p { color: rgb(218,123,131); }
H1.HeaderClassName
{
color: #DA7B83;
}
.AnyTagClassName
{
color: #DA7B83;
}
</style>
background-color css
<style>
a { background-color: #DA7B83; }
a { background-color: rgb(218,123,131); }
div.DivClassName
{
background-color: #DA7B83;
}
.BgClassName
{
background-color: #DA7B83;
}
</style>
border-color css
<style>
span { border-color: #DA7B83; }
span { border-color: rgb(218,123,131); }
td.TdClassName
{
border-color: #DA7B83;
}
.TagClassName
{
border-color: #DA7B83;
}
</style>