Shades of Carissma #DF8389
Tints of Carissma #DF8389
RGB
CMYK
RGB Variations
Color information
#DF8389 (or 0xDF8389) is known color: Carissma. HEX triplet: DF, 83 and 89. RGB value is (223,131,137). Sum of RGB (Red+Green+Blue) = 223+131+137=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8389 is #207C76. Grayscale: #9F9F9F. Windows color (decimal): -2129015 or 9012191. OLE color: 9012191.
HSL color Cylindrical-coordinate representation of color #DF8389: hue angle of 356.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8389 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 137 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.13 |
| HSL | 356.09º | 0.59% | 0.69% | - |
| HSV(B) | 356.09º | 0.41% | 0.87% | - |
| XYZ | 43.06 | 33.73 | 27.91 | - |
| YUV | 159.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 137 | 0 | 0.41 | 0.39 | 0.13 | 356.09 | 0.59 | 0.69 |
| Hex | DF | 83 | 89 | 0 | 29 | 27 | D | 164 | 3B | 45 |
| Octal | 337 | 203 | 211 | 0 | 51 | 47 | 15 | 544 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10001001 | 0 | 101001 | 100111 | 1101 | 101100100 | 111011 | 1000101 |
Color Harmonies of #DF8389
Complementary color
Monochromatic Colors of #DF8389
Black with #DF8389
Text Example
Text Example
White with #DF8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8389; }
p { color: rgb(223,131,137); }
H1.HeaderClassName
{
color: #DF8389;
}
.AnyTagClassName
{
color: #DF8389;
}
</style>
background-color css
<style>
a { background-color: #DF8389; }
a { background-color: rgb(223,131,137); }
div.DivClassName
{
background-color: #DF8389;
}
.BgClassName
{
background-color: #DF8389;
}
</style>
border-color css
<style>
span { border-color: #DF8389; }
span { border-color: rgb(223,131,137); }
td.TdClassName
{
border-color: #DF8389;
}
.TagClassName
{
border-color: #DF8389;
}
</style>