Shades of Carissma #DF8B99
Tints of Carissma #DF8B99
RGB
CMYK
RGB Variations
Color information
#DF8B99 (or 0xDF8B99) is known color: Carissma. HEX triplet: DF, 8B and 99. RGB value is (223,139,153). Sum of RGB (Red+Green+Blue) = 223+139+153=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8B99 is #207466. Grayscale: #A5A5A5. Windows color (decimal): -2126951 or 10062815. OLE color: 10062815.
HSL color Cylindrical-coordinate representation of color #DF8B99: hue angle of 350º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8B99 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 153 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.13 |
| HSL | 350º | 0.57% | 0.71% | - |
| HSV(B) | 350º | 0.38% | 0.87% | - |
| XYZ | 45.41 | 36.45 | 34.78 | - |
| YUV | 165.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 153 | 0 | 0.38 | 0.31 | 0.13 | 350 | 0.57 | 0.71 |
| Hex | DF | 8B | 99 | 0 | 26 | 1F | D | 15E | 39 | 47 |
| Octal | 337 | 213 | 231 | 0 | 46 | 37 | 15 | 536 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10011001 | 0 | 100110 | 11111 | 1101 | 101011110 | 111001 | 1000111 |
Color Harmonies of #DF8B99
Complementary color
Monochromatic Colors of #DF8B99
Black with #DF8B99
Text Example
Text Example
White with #DF8B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B99; }
p { color: rgb(223,139,153); }
H1.HeaderClassName
{
color: #DF8B99;
}
.AnyTagClassName
{
color: #DF8B99;
}
</style>
background-color css
<style>
a { background-color: #DF8B99; }
a { background-color: rgb(223,139,153); }
div.DivClassName
{
background-color: #DF8B99;
}
.BgClassName
{
background-color: #DF8B99;
}
</style>
border-color css
<style>
span { border-color: #DF8B99; }
span { border-color: rgb(223,139,153); }
td.TdClassName
{
border-color: #DF8B99;
}
.TagClassName
{
border-color: #DF8B99;
}
</style>