Shades of Carissma #DF8B8E
Tints of Carissma #DF8B8E
RGB
CMYK
RGB Variations
Color information
#DF8B8E (or 0xDF8B8E) is known color: Carissma. HEX triplet: DF, 8B and 8E. RGB value is (223,139,142). Sum of RGB (Red+Green+Blue) = 223+139+142=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8B8E is #207471. Grayscale: #A4A4A4. Windows color (decimal): -2126962 or 9341919. OLE color: 9341919.
HSL color Cylindrical-coordinate representation of color #DF8B8E: hue angle of 357.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 #DF8B8E is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 142 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.13 |
| HSL | 357.86º | 0.57% | 0.71% | - |
| HSV(B) | 357.86º | 0.38% | 0.87% | - |
| XYZ | 44.55 | 36.11 | 30.21 | - |
| YUV | 164.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 142 | 0 | 0.38 | 0.36 | 0.13 | 357.86 | 0.57 | 0.71 |
| Hex | DF | 8B | 8E | 0 | 26 | 24 | D | 166 | 39 | 47 |
| Octal | 337 | 213 | 216 | 0 | 46 | 44 | 15 | 546 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10001110 | 0 | 100110 | 100100 | 1101 | 101100110 | 111001 | 1000111 |
Color Harmonies of #DF8B8E
Complementary color
Monochromatic Colors of #DF8B8E
Black with #DF8B8E
Text Example
Text Example
White with #DF8B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B8E; }
p { color: rgb(223,139,142); }
H1.HeaderClassName
{
color: #DF8B8E;
}
.AnyTagClassName
{
color: #DF8B8E;
}
</style>
background-color css
<style>
a { background-color: #DF8B8E; }
a { background-color: rgb(223,139,142); }
div.DivClassName
{
background-color: #DF8B8E;
}
.BgClassName
{
background-color: #DF8B8E;
}
</style>
border-color css
<style>
span { border-color: #DF8B8E; }
span { border-color: rgb(223,139,142); }
td.TdClassName
{
border-color: #DF8B8E;
}
.TagClassName
{
border-color: #DF8B8E;
}
</style>