Shades of Carissma #DF8089
Tints of Carissma #DF8089
RGB
CMYK
RGB Variations
Color information
#DF8089 (or 0xDF8089) is known color: Carissma. HEX triplet: DF, 80 and 89. RGB value is (223,128,137). Sum of RGB (Red+Green+Blue) = 223+128+137=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8089 is #207F76. Grayscale: #9D9D9D. Windows color (decimal): -2129783 or 9011423. OLE color: 9011423.
HSL color Cylindrical-coordinate representation of color #DF8089: hue angle of 354.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8089 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 137 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.13 |
| HSL | 354.32º | 0.6% | 0.69% | - |
| HSV(B) | 354.32º | 0.43% | 0.87% | - |
| XYZ | 42.67 | 32.93 | 27.77 | - |
| YUV | 157.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 137 | 0 | 0.43 | 0.39 | 0.13 | 354.32 | 0.6 | 0.69 |
| Hex | DF | 80 | 89 | 0 | 2B | 27 | D | 162 | 3C | 45 |
| Octal | 337 | 200 | 211 | 0 | 53 | 47 | 15 | 542 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10001001 | 0 | 101011 | 100111 | 1101 | 101100010 | 111100 | 1000101 |
Color Harmonies of #DF8089
Complementary color
Monochromatic Colors of #DF8089
Black with #DF8089
Text Example
Text Example
White with #DF8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8089; }
p { color: rgb(223,128,137); }
H1.HeaderClassName
{
color: #DF8089;
}
.AnyTagClassName
{
color: #DF8089;
}
</style>
background-color css
<style>
a { background-color: #DF8089; }
a { background-color: rgb(223,128,137); }
div.DivClassName
{
background-color: #DF8089;
}
.BgClassName
{
background-color: #DF8089;
}
</style>
border-color css
<style>
span { border-color: #DF8089; }
span { border-color: rgb(223,128,137); }
td.TdClassName
{
border-color: #DF8089;
}
.TagClassName
{
border-color: #DF8089;
}
</style>