Shades of Charm #DA758B
Tints of Charm #DA758B
RGB
CMYK
RGB Variations
Color information
#DA758B (or 0xDA758B) is known color: Charm. HEX triplet: DA, 75 and 8B. RGB value is (218,117,139). Sum of RGB (Red+Green+Blue) = 218+117+139=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA758B is #258A74. Grayscale: #959595. Windows color (decimal): -2460277 or 9139674. OLE color: 9139674.
HSL color Cylindrical-coordinate representation of color #DA758B: hue angle of 346.93º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA758B is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 139 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.15 |
| HSL | 346.93º | 0.58% | 0.66% | - |
| HSV(B) | 346.93º | 0.46% | 0.85% | - |
| XYZ | 39.93 | 29.49 | 28.01 | - |
| YUV | 149.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 139 | 0 | 0.46 | 0.36 | 0.15 | 346.93 | 0.58 | 0.66 |
| Hex | DA | 75 | 8B | 0 | 2E | 24 | F | 15B | 3A | 42 |
| Octal | 332 | 165 | 213 | 0 | 56 | 44 | 17 | 533 | 72 | 102 |
| Binary | 11011010 | 1110101 | 10001011 | 0 | 101110 | 100100 | 1111 | 101011011 | 111010 | 1000010 |
Color Harmonies of #DA758B
Complementary color
Monochromatic Colors of #DA758B
Black with #DA758B
Text Example
Text Example
White with #DA758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA758B; }
p { color: rgb(218,117,139); }
H1.HeaderClassName
{
color: #DA758B;
}
.AnyTagClassName
{
color: #DA758B;
}
</style>
background-color css
<style>
a { background-color: #DA758B; }
a { background-color: rgb(218,117,139); }
div.DivClassName
{
background-color: #DA758B;
}
.BgClassName
{
background-color: #DA758B;
}
</style>
border-color css
<style>
span { border-color: #DA758B; }
span { border-color: rgb(218,117,139); }
td.TdClassName
{
border-color: #DA758B;
}
.TagClassName
{
border-color: #DA758B;
}
</style>