Shades of Carissma #DF8999
Tints of Carissma #DF8999
RGB
CMYK
RGB Variations
Color information
#DF8999 (or 0xDF8999) is known color: Carissma. HEX triplet: DF, 89 and 99. RGB value is (223,137,153). Sum of RGB (Red+Green+Blue) = 223+137+153=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8999 is #207666. Grayscale: #A4A4A4. Windows color (decimal): -2127463 or 10062303. OLE color: 10062303.
HSL color Cylindrical-coordinate representation of color #DF8999: hue angle of 348.84º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8999 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 153 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.13 |
| HSL | 348.84º | 0.57% | 0.71% | - |
| HSV(B) | 348.84º | 0.39% | 0.87% | - |
| XYZ | 45.13 | 35.88 | 34.68 | - |
| YUV | 164.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 153 | 0 | 0.39 | 0.31 | 0.13 | 348.84 | 0.57 | 0.71 |
| Hex | DF | 89 | 99 | 0 | 27 | 1F | D | 15D | 39 | 47 |
| Octal | 337 | 211 | 231 | 0 | 47 | 37 | 15 | 535 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10011001 | 0 | 100111 | 11111 | 1101 | 101011101 | 111001 | 1000111 |
Color Harmonies of #DF8999
Complementary color
Monochromatic Colors of #DF8999
Black with #DF8999
Text Example
Text Example
White with #DF8999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8999; }
p { color: rgb(223,137,153); }
H1.HeaderClassName
{
color: #DF8999;
}
.AnyTagClassName
{
color: #DF8999;
}
</style>
background-color css
<style>
a { background-color: #DF8999; }
a { background-color: rgb(223,137,153); }
div.DivClassName
{
background-color: #DF8999;
}
.BgClassName
{
background-color: #DF8999;
}
</style>
border-color css
<style>
span { border-color: #DF8999; }
span { border-color: rgb(223,137,153); }
td.TdClassName
{
border-color: #DF8999;
}
.TagClassName
{
border-color: #DF8999;
}
</style>