Shades of Carissma #DF8A92
Tints of Carissma #DF8A92
RGB
CMYK
RGB Variations
Color information
#DF8A92 (or 0xDF8A92) is known color: Carissma. HEX triplet: DF, 8A and 92. RGB value is (223,138,146). Sum of RGB (Red+Green+Blue) = 223+138+146=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A92 is #20756D. Grayscale: #A4A4A4. Windows color (decimal): -2127214 or 9603807. OLE color: 9603807.
HSL color Cylindrical-coordinate representation of color #DF8A92: hue angle of 354.35º 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 #DF8A92 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 146 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.13 |
| HSL | 354.35º | 0.57% | 0.71% | - |
| HSV(B) | 354.35º | 0.38% | 0.87% | - |
| XYZ | 44.71 | 35.94 | 31.77 | - |
| YUV | 164.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 146 | 0 | 0.38 | 0.35 | 0.13 | 354.35 | 0.57 | 0.71 |
| Hex | DF | 8A | 92 | 0 | 26 | 23 | D | 162 | 39 | 47 |
| Octal | 337 | 212 | 222 | 0 | 46 | 43 | 15 | 542 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10010010 | 0 | 100110 | 100011 | 1101 | 101100010 | 111001 | 1000111 |
Color Harmonies of #DF8A92
Complementary color
Monochromatic Colors of #DF8A92
Black with #DF8A92
Text Example
Text Example
White with #DF8A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A92; }
p { color: rgb(223,138,146); }
H1.HeaderClassName
{
color: #DF8A92;
}
.AnyTagClassName
{
color: #DF8A92;
}
</style>
background-color css
<style>
a { background-color: #DF8A92; }
a { background-color: rgb(223,138,146); }
div.DivClassName
{
background-color: #DF8A92;
}
.BgClassName
{
background-color: #DF8A92;
}
</style>
border-color css
<style>
span { border-color: #DF8A92; }
span { border-color: rgb(223,138,146); }
td.TdClassName
{
border-color: #DF8A92;
}
.TagClassName
{
border-color: #DF8A92;
}
</style>