Shades of Carissma #DF8A8B
Tints of Carissma #DF8A8B
RGB
CMYK
RGB Variations
Color information
#DF8A8B (or 0xDF8A8B) is known color: Carissma. HEX triplet: DF, 8A and 8B. RGB value is (223,138,139). Sum of RGB (Red+Green+Blue) = 223+138+139=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A8B is #207574. Grayscale: #A3A3A3. Windows color (decimal): -2127221 or 9145055. OLE color: 9145055.
HSL color Cylindrical-coordinate representation of color #DF8A8B: hue angle of 359.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 #DF8A8B is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 139 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.13 |
| HSL | 359.29º | 0.57% | 0.71% | - |
| HSV(B) | 359.29º | 0.38% | 0.87% | - |
| XYZ | 44.18 | 35.73 | 28.99 | - |
| YUV | 163.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 139 | 0 | 0.38 | 0.38 | 0.13 | 359.29 | 0.57 | 0.71 |
| Hex | DF | 8A | 8B | 0 | 26 | 26 | D | 167 | 39 | 47 |
| Octal | 337 | 212 | 213 | 0 | 46 | 46 | 15 | 547 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10001011 | 0 | 100110 | 100110 | 1101 | 101100111 | 111001 | 1000111 |
Color Harmonies of #DF8A8B
Complementary color
Monochromatic Colors of #DF8A8B
Black with #DF8A8B
Text Example
Text Example
White with #DF8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A8B; }
p { color: rgb(223,138,139); }
H1.HeaderClassName
{
color: #DF8A8B;
}
.AnyTagClassName
{
color: #DF8A8B;
}
</style>
background-color css
<style>
a { background-color: #DF8A8B; }
a { background-color: rgb(223,138,139); }
div.DivClassName
{
background-color: #DF8A8B;
}
.BgClassName
{
background-color: #DF8A8B;
}
</style>
border-color css
<style>
span { border-color: #DF8A8B; }
span { border-color: rgb(223,138,139); }
td.TdClassName
{
border-color: #DF8A8B;
}
.TagClassName
{
border-color: #DF8A8B;
}
</style>