Shades of Carissma #DA8589
Tints of Carissma #DA8589
RGB
CMYK
RGB Variations
Color information
#DA8589 (or 0xDA8589) is known color: Carissma. HEX triplet: DA, 85 and 89. RGB value is (218,133,137). Sum of RGB (Red+Green+Blue) = 218+133+137=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8589 is #257A76. Grayscale: #9E9E9E. Windows color (decimal): -2456183 or 9012698. OLE color: 9012698.
HSL color Cylindrical-coordinate representation of color #DA8589: hue angle of 357.18º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8589 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 137 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.15 |
| HSL | 357.18º | 0.53% | 0.69% | - |
| HSV(B) | 357.18º | 0.39% | 0.85% | - |
| XYZ | 41.82 | 33.49 | 27.93 | - |
| YUV | 158.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 137 | 0 | 0.39 | 0.37 | 0.15 | 357.18 | 0.53 | 0.69 |
| Hex | DA | 85 | 89 | 0 | 27 | 25 | F | 165 | 35 | 45 |
| Octal | 332 | 205 | 211 | 0 | 47 | 45 | 17 | 545 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10001001 | 0 | 100111 | 100101 | 1111 | 101100101 | 110101 | 1000101 |
Color Harmonies of #DA8589
Complementary color
Monochromatic Colors of #DA8589
Black with #DA8589
Text Example
Text Example
White with #DA8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8589; }
p { color: rgb(218,133,137); }
H1.HeaderClassName
{
color: #DA8589;
}
.AnyTagClassName
{
color: #DA8589;
}
</style>
background-color css
<style>
a { background-color: #DA8589; }
a { background-color: rgb(218,133,137); }
div.DivClassName
{
background-color: #DA8589;
}
.BgClassName
{
background-color: #DA8589;
}
</style>
border-color css
<style>
span { border-color: #DA8589; }
span { border-color: rgb(218,133,137); }
td.TdClassName
{
border-color: #DA8589;
}
.TagClassName
{
border-color: #DA8589;
}
</style>