Shades of Carissma #DF8B9A
Tints of Carissma #DF8B9A
RGB
CMYK
RGB Variations
Color information
#DF8B9A (or 0xDF8B9A) is known color: Carissma. HEX triplet: DF, 8B and 9A. RGB value is (223,139,154). Sum of RGB (Red+Green+Blue) = 223+139+154=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8B9A is #207465. Grayscale: #A5A5A5. Windows color (decimal): -2126950 or 10128351. OLE color: 10128351.
HSL color Cylindrical-coordinate representation of color #DF8B9A: hue angle of 349.29º 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 #DF8B9A is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 154 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.13 |
| HSL | 349.29º | 0.57% | 0.71% | - |
| HSV(B) | 349.29º | 0.38% | 0.87% | - |
| XYZ | 45.5 | 36.49 | 35.22 | - |
| YUV | 165.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 154 | 0 | 0.38 | 0.31 | 0.13 | 349.29 | 0.57 | 0.71 |
| Hex | DF | 8B | 9A | 0 | 26 | 1F | D | 15D | 39 | 47 |
| Octal | 337 | 213 | 232 | 0 | 46 | 37 | 15 | 535 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10011010 | 0 | 100110 | 11111 | 1101 | 101011101 | 111001 | 1000111 |
Color Harmonies of #DF8B9A
Complementary color
Monochromatic Colors of #DF8B9A
Black with #DF8B9A
Text Example
Text Example
White with #DF8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B9A; }
p { color: rgb(223,139,154); }
H1.HeaderClassName
{
color: #DF8B9A;
}
.AnyTagClassName
{
color: #DF8B9A;
}
</style>
background-color css
<style>
a { background-color: #DF8B9A; }
a { background-color: rgb(223,139,154); }
div.DivClassName
{
background-color: #DF8B9A;
}
.BgClassName
{
background-color: #DF8B9A;
}
</style>
border-color css
<style>
span { border-color: #DF8B9A; }
span { border-color: rgb(223,139,154); }
td.TdClassName
{
border-color: #DF8B9A;
}
.TagClassName
{
border-color: #DF8B9A;
}
</style>