Shades of Carissma #DF8B95
Tints of Carissma #DF8B95
RGB
CMYK
RGB Variations
Color information
#DF8B95 (or 0xDF8B95) is known color: Carissma. HEX triplet: DF, 8B and 95. RGB value is (223,139,149). Sum of RGB (Red+Green+Blue) = 223+139+149=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8B95 is #20746A. Grayscale: #A5A5A5. Windows color (decimal): -2126955 or 9800671. OLE color: 9800671.
HSL color Cylindrical-coordinate representation of color #DF8B95: hue angle of 352.86º 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 #DF8B95 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 149 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.13 |
| HSL | 352.86º | 0.57% | 0.71% | - |
| HSV(B) | 352.86º | 0.38% | 0.87% | - |
| XYZ | 45.09 | 36.32 | 33.07 | - |
| YUV | 165.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 149 | 0 | 0.38 | 0.33 | 0.13 | 352.86 | 0.57 | 0.71 |
| Hex | DF | 8B | 95 | 0 | 26 | 21 | D | 161 | 39 | 47 |
| Octal | 337 | 213 | 225 | 0 | 46 | 41 | 15 | 541 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10010101 | 0 | 100110 | 100001 | 1101 | 101100001 | 111001 | 1000111 |
Color Harmonies of #DF8B95
Complementary color
Monochromatic Colors of #DF8B95
Black with #DF8B95
Text Example
Text Example
White with #DF8B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B95; }
p { color: rgb(223,139,149); }
H1.HeaderClassName
{
color: #DF8B95;
}
.AnyTagClassName
{
color: #DF8B95;
}
</style>
background-color css
<style>
a { background-color: #DF8B95; }
a { background-color: rgb(223,139,149); }
div.DivClassName
{
background-color: #DF8B95;
}
.BgClassName
{
background-color: #DF8B95;
}
</style>
border-color css
<style>
span { border-color: #DF8B95; }
span { border-color: rgb(223,139,149); }
td.TdClassName
{
border-color: #DF8B95;
}
.TagClassName
{
border-color: #DF8B95;
}
</style>