Shades of Carissma #DF8995
Tints of Carissma #DF8995
RGB
CMYK
RGB Variations
Color information
#DF8995 (or 0xDF8995) is known color: Carissma. HEX triplet: DF, 89 and 95. RGB value is (223,137,149). Sum of RGB (Red+Green+Blue) = 223+137+149=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8995 is #20766A. Grayscale: #A4A4A4. Windows color (decimal): -2127467 or 9800159. OLE color: 9800159.
HSL color Cylindrical-coordinate representation of color #DF8995: hue angle of 351.63º 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 #DF8995 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 149 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.13 |
| HSL | 351.63º | 0.57% | 0.71% | - |
| HSV(B) | 351.63º | 0.39% | 0.87% | - |
| XYZ | 44.8 | 35.75 | 32.97 | - |
| YUV | 164.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 149 | 0 | 0.39 | 0.33 | 0.13 | 351.63 | 0.57 | 0.71 |
| Hex | DF | 89 | 95 | 0 | 27 | 21 | D | 160 | 39 | 47 |
| Octal | 337 | 211 | 225 | 0 | 47 | 41 | 15 | 540 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10010101 | 0 | 100111 | 100001 | 1101 | 101100000 | 111001 | 1000111 |
Color Harmonies of #DF8995
Complementary color
Monochromatic Colors of #DF8995
Black with #DF8995
Text Example
Text Example
White with #DF8995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8995; }
p { color: rgb(223,137,149); }
H1.HeaderClassName
{
color: #DF8995;
}
.AnyTagClassName
{
color: #DF8995;
}
</style>
background-color css
<style>
a { background-color: #DF8995; }
a { background-color: rgb(223,137,149); }
div.DivClassName
{
background-color: #DF8995;
}
.BgClassName
{
background-color: #DF8995;
}
</style>
border-color css
<style>
span { border-color: #DF8995; }
span { border-color: rgb(223,137,149); }
td.TdClassName
{
border-color: #DF8995;
}
.TagClassName
{
border-color: #DF8995;
}
</style>