Shades of Carissma #DF8399
Tints of Carissma #DF8399
RGB
CMYK
RGB Variations
Color information
#DF8399 (or 0xDF8399) is known color: Carissma. HEX triplet: DF, 83 and 99. RGB value is (223,131,153). Sum of RGB (Red+Green+Blue) = 223+131+153=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8399 is #207C66. Grayscale: #A1A1A1. Windows color (decimal): -2128999 or 10060767. OLE color: 10060767.
HSL color Cylindrical-coordinate representation of color #DF8399: hue angle of 345.65º 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 #DF8399 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 153 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.13 |
| HSL | 345.65º | 0.59% | 0.69% | - |
| HSV(B) | 345.65º | 0.41% | 0.87% | - |
| XYZ | 44.3 | 34.22 | 34.41 | - |
| YUV | 161.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 153 | 0 | 0.41 | 0.31 | 0.13 | 345.65 | 0.59 | 0.69 |
| Hex | DF | 83 | 99 | 0 | 29 | 1F | D | 15A | 3B | 45 |
| Octal | 337 | 203 | 231 | 0 | 51 | 37 | 15 | 532 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10011001 | 0 | 101001 | 11111 | 1101 | 101011010 | 111011 | 1000101 |
Color Harmonies of #DF8399
Complementary color
Monochromatic Colors of #DF8399
Black with #DF8399
Text Example
Text Example
White with #DF8399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8399; }
p { color: rgb(223,131,153); }
H1.HeaderClassName
{
color: #DF8399;
}
.AnyTagClassName
{
color: #DF8399;
}
</style>
background-color css
<style>
a { background-color: #DF8399; }
a { background-color: rgb(223,131,153); }
div.DivClassName
{
background-color: #DF8399;
}
.BgClassName
{
background-color: #DF8399;
}
</style>
border-color css
<style>
span { border-color: #DF8399; }
span { border-color: rgb(223,131,153); }
td.TdClassName
{
border-color: #DF8399;
}
.TagClassName
{
border-color: #DF8399;
}
</style>