Shades of Charm #DA7B90
Tints of Charm #DA7B90
RGB
CMYK
RGB Variations
Color information
#DA7B90 (or 0xDA7B90) is known color: Charm. HEX triplet: DA, 7B and 90. RGB value is (218,123,144). Sum of RGB (Red+Green+Blue) = 218+123+144=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7B90 is #25846F. Grayscale: #999999. Windows color (decimal): -2458736 or 9468890. OLE color: 9468890.
HSL color Cylindrical-coordinate representation of color #DA7B90: hue angle of 346.74º 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 #DA7B90 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 144 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.15 |
| HSL | 346.74º | 0.56% | 0.67% | - |
| HSV(B) | 346.74º | 0.44% | 0.85% | - |
| XYZ | 41.03 | 31.08 | 30.22 | - |
| YUV | 153.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 144 | 0 | 0.44 | 0.34 | 0.15 | 346.74 | 0.56 | 0.67 |
| Hex | DA | 7B | 90 | 0 | 2C | 22 | F | 15B | 38 | 43 |
| Octal | 332 | 173 | 220 | 0 | 54 | 42 | 17 | 533 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10010000 | 0 | 101100 | 100010 | 1111 | 101011011 | 111000 | 1000011 |
Color Harmonies of #DA7B90
Complementary color
Monochromatic Colors of #DA7B90
Black with #DA7B90
Text Example
Text Example
White with #DA7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B90; }
p { color: rgb(218,123,144); }
H1.HeaderClassName
{
color: #DA7B90;
}
.AnyTagClassName
{
color: #DA7B90;
}
</style>
background-color css
<style>
a { background-color: #DA7B90; }
a { background-color: rgb(218,123,144); }
div.DivClassName
{
background-color: #DA7B90;
}
.BgClassName
{
background-color: #DA7B90;
}
</style>
border-color css
<style>
span { border-color: #DA7B90; }
span { border-color: rgb(218,123,144); }
td.TdClassName
{
border-color: #DA7B90;
}
.TagClassName
{
border-color: #DA7B90;
}
</style>