Shades of Carissma #DF8289
Tints of Carissma #DF8289
RGB
CMYK
RGB Variations
Color information
#DF8289 (or 0xDF8289) is known color: Carissma. HEX triplet: DF, 82 and 89. RGB value is (223,130,137). Sum of RGB (Red+Green+Blue) = 223+130+137=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8289 is #207D76. Grayscale: #9E9E9E. Windows color (decimal): -2129271 or 9011935. OLE color: 9011935.
HSL color Cylindrical-coordinate representation of color #DF8289: hue angle of 355.48º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8289 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 137 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.13 |
| HSL | 355.48º | 0.59% | 0.69% | - |
| HSV(B) | 355.48º | 0.42% | 0.87% | - |
| XYZ | 42.93 | 33.46 | 27.86 | - |
| YUV | 158.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 137 | 0 | 0.42 | 0.39 | 0.13 | 355.48 | 0.59 | 0.69 |
| Hex | DF | 82 | 89 | 0 | 2A | 27 | D | 163 | 3B | 45 |
| Octal | 337 | 202 | 211 | 0 | 52 | 47 | 15 | 543 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10001001 | 0 | 101010 | 100111 | 1101 | 101100011 | 111011 | 1000101 |
Color Harmonies of #DF8289
Complementary color
Monochromatic Colors of #DF8289
Black with #DF8289
Text Example
Text Example
White with #DF8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8289; }
p { color: rgb(223,130,137); }
H1.HeaderClassName
{
color: #DF8289;
}
.AnyTagClassName
{
color: #DF8289;
}
</style>
background-color css
<style>
a { background-color: #DF8289; }
a { background-color: rgb(223,130,137); }
div.DivClassName
{
background-color: #DF8289;
}
.BgClassName
{
background-color: #DF8289;
}
</style>
border-color css
<style>
span { border-color: #DF8289; }
span { border-color: rgb(223,130,137); }
td.TdClassName
{
border-color: #DF8289;
}
.TagClassName
{
border-color: #DF8289;
}
</style>