Shades of Charm #DA7B91
Tints of Charm #DA7B91
RGB
CMYK
RGB Variations
Color information
#DA7B91 (or 0xDA7B91) is known color: Charm. HEX triplet: DA, 7B and 91. RGB value is (218,123,145). Sum of RGB (Red+Green+Blue) = 218+123+145=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7B91 is #25846E. Grayscale: #999999. Windows color (decimal): -2458735 or 9534426. OLE color: 9534426.
HSL color Cylindrical-coordinate representation of color #DA7B91: hue angle of 346.11º 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 #DA7B91 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 145 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.15 |
| HSL | 346.11º | 0.56% | 0.67% | - |
| HSV(B) | 346.11º | 0.44% | 0.85% | - |
| XYZ | 41.11 | 31.12 | 30.63 | - |
| YUV | 153.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 145 | 0 | 0.44 | 0.33 | 0.15 | 346.11 | 0.56 | 0.67 |
| Hex | DA | 7B | 91 | 0 | 2C | 21 | F | 15A | 38 | 43 |
| Octal | 332 | 173 | 221 | 0 | 54 | 41 | 17 | 532 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10010001 | 0 | 101100 | 100001 | 1111 | 101011010 | 111000 | 1000011 |
Color Harmonies of #DA7B91
Complementary color
Monochromatic Colors of #DA7B91
Black with #DA7B91
Text Example
Text Example
White with #DA7B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B91; }
p { color: rgb(218,123,145); }
H1.HeaderClassName
{
color: #DA7B91;
}
.AnyTagClassName
{
color: #DA7B91;
}
</style>
background-color css
<style>
a { background-color: #DA7B91; }
a { background-color: rgb(218,123,145); }
div.DivClassName
{
background-color: #DA7B91;
}
.BgClassName
{
background-color: #DA7B91;
}
</style>
border-color css
<style>
span { border-color: #DA7B91; }
span { border-color: rgb(218,123,145); }
td.TdClassName
{
border-color: #DA7B91;
}
.TagClassName
{
border-color: #DA7B91;
}
</style>